summaryrefslogtreecommitdiff
path: root/audio/musicpd/Makefile
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-10-24 21:42:30 +0000
committernia <nia@pkgsrc.org>2019-10-24 21:42:30 +0000
commita5bee8b6f37bc31a5f105eaed2b6be5c54f5d2d0 (patch)
tree583cc9c720c3e7e30d1bc0e500f608a45d1c0797 /audio/musicpd/Makefile
parenta6674aa10c2b8a3ccbdc0f975605de9e2759ea91 (diff)
downloadpkgsrc-a5bee8b6f37bc31a5f105eaed2b6be5c54f5d2d0.tar.gz
musicpd: Switch back to PYTHON_VERSIONED_DEPENDENCIES
Diffstat (limited to 'audio/musicpd/Makefile')
-rw-r--r--audio/musicpd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index ee0bb6b309a..79b6064078a 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -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