pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/musicpd



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Oct 24 21:42:30 UTC 2019

Modified Files:
        pkgsrc/audio/musicpd: Makefile

Log Message:
musicpd: Switch back to PYTHON_VERSIONED_DEPENDENCIES


To generate a diff of this commit:
cvs rdiff -u -r1.200 -r1.201 pkgsrc/audio/musicpd/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/musicpd/Makefile
diff -u pkgsrc/audio/musicpd/Makefile:1.200 pkgsrc/audio/musicpd/Makefile:1.201
--- pkgsrc/audio/musicpd/Makefile:1.200 Thu Oct 24 21:36:45 2019
+++ pkgsrc/audio/musicpd/Makefile       Thu Oct 24 21:42:30 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.200 2019/10/24 21:36:45 nia Exp $
+# $NetBSD: Makefile,v 1.201 2019/10/24 21:42:30 nia Exp $
 
 DISTNAME=      mpd-0.21.16
 PKGNAME=       ${DISTNAME:S/mpd/musicpd/}
@@ -13,8 +13,6 @@ LICENSE=      gnu-gpl-v2
 
 CONFLICTS=     mpd-[0-9]*
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
-
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c99 c++14
 MESON_ARGS+=   -Ddocumentation=true
@@ -64,6 +62,8 @@ INSTALLATION_DIRS=    ${EGDIR}
 
 PYTHON_FOR_BUILD_ONLY= tool
 
+PYTHON_VERSIONED_DEPENDENCIES= sphinx:tool
+
 post-extract:
        ${CP} ${FILESDIR}/mpd.conf ${WRKSRC}/mpd.conf
 



Home | Main Index | Thread Index | Old Index