pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/ncmpc
Module Name: pkgsrc
Committed By: wiz
Date: Fri Jul 8 22:11:33 UTC 2022
Modified Files:
pkgsrc/audio/ncmpc: Makefile
Log Message:
ncmpc: restrict to python 3
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/audio/ncmpc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/ncmpc/Makefile
diff -u pkgsrc/audio/ncmpc/Makefile:1.46 pkgsrc/audio/ncmpc/Makefile:1.47
--- pkgsrc/audio/ncmpc/Makefile:1.46 Sun Apr 24 13:51:41 2022
+++ pkgsrc/audio/ncmpc/Makefile Fri Jul 8 22:11:33 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2022/04/24 13:51:41 nia Exp $
+# $NetBSD: Makefile,v 1.47 2022/07/08 22:11:33 wiz Exp $
DISTNAME= ncmpc-0.46
CATEGORIES= audio
@@ -10,11 +10,13 @@ HOMEPAGE= https://musicpd.org/clients/nc
COMMENT= Fully featured musicpd client using curses
LICENSE= gnu-gpl-v2
+TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
+
USE_TOOLS+= pkg-config xgettext
USE_LANGUAGES= c c++
FAKE_NCURSES= yes
-PYTHON_VERSIONED_DEPENDENCIES= sphinx:tool
+PYTHON_VERSIONS_INCOMPATIBLE= 27
MESON_ARGS+= -Dlirc=disabled
MESON_ARGS+= -Dhtml_manual=false
@@ -45,6 +47,5 @@ SUBST_VARS.py+= PYVERSSUFFIX
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/pcre2/buildlink3.mk"
.include "../../lang/python/tool.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index