pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/musicpd musicpd: Switch back to PYTHON_VERSIONED...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/586911e61e78
branches:  trunk
changeset: 416395:586911e61e78
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Oct 24 21:42:30 2019 +0000

description:
musicpd: Switch back to PYTHON_VERSIONED_DEPENDENCIES

diffstat:

 audio/musicpd/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2d7d40124397 -r 586911e61e78 audio/musicpd/Makefile
--- a/audio/musicpd/Makefile    Thu Oct 24 21:36:45 2019 +0000
+++ b/audio/musicpd/Makefile    Thu Oct 24 21:42:30 2019 +0000
@@ -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 @@
 
 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 @@
 
 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