pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/mpv
Module Name: pkgsrc
Committed By: wiz
Date: Tue May 2 16:18:47 UTC 2023
Modified Files:
pkgsrc/multimedia/mpv: Makefile
Log Message:
mpv: build using Python 3 only
To generate a diff of this commit:
cvs rdiff -u -r1.149 -r1.150 pkgsrc/multimedia/mpv/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/mpv/Makefile
diff -u pkgsrc/multimedia/mpv/Makefile:1.149 pkgsrc/multimedia/mpv/Makefile:1.150
--- pkgsrc/multimedia/mpv/Makefile:1.149 Wed Apr 19 08:10:59 2023
+++ pkgsrc/multimedia/mpv/Makefile Tue May 2 16:18:47 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.149 2023/04/19 08:10:59 adam Exp $
+# $NetBSD: Makefile,v 1.150 2023/05/02 16:18:47 wiz Exp $
DISTNAME= mpv-0.35.1
PKGREVISION= 2
@@ -24,7 +24,8 @@ WAF_CONFIGURE_ARGS+= --sysconfdir=${PKG_
WAF_CONFIGURE_ARGS+= --enable-dvdnav
WAF_CONFIGURE_ARGS+= --enable-libmpv-shared
-PYTHON_FOR_BUILD_ONLY= yes
+PYTHON_FOR_BUILD_ONLY= yes
+PYTHON_VERSIONS_INCOMPATIBLE= 27
USE_TOOLS+= perl pkg-config
Home |
Main Index |
Thread Index |
Old Index