summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-10-21 21:55:03 +0000
committeradam <adam@pkgsrc.org>2019-10-21 21:55:03 +0000
commitded9b4344e926a889c2d99c58f8e96f3359b4672 (patch)
tree08709270d5c85d2c4c1f71d9fb4d42ce5ab99c05 /ham
parent3880dc1dc8eff8c44466718d7f392786b904f851 (diff)
downloadpkgsrc-ded9b4344e926a889c2d99c58f8e96f3359b4672.tar.gz
Switch sphinx to versioned deps.
Diffstat (limited to 'ham')
-rw-r--r--ham/gnuradio-doxygen/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/ham/gnuradio-doxygen/Makefile b/ham/gnuradio-doxygen/Makefile
index 809f11a8c16..7ef1c9bda26 100644
--- a/ham/gnuradio-doxygen/Makefile
+++ b/ham/gnuradio-doxygen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2019/10/21 14:01:18 mef Exp $
+# $NetBSD: Makefile,v 1.29 2019/10/21 21:55:04 adam Exp $
PKGNAME= gnuradio-doxygen-${VERSION}
PKGREVISION= 2
@@ -8,7 +8,6 @@ COMMENT= Doxygen documentation of GNU Radio
.include "../../ham/gnuradio-core/Nocore.mk"
BUILD_DEPENDS+= doxygen>=1.8.15:../../devel/doxygen
-BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
BUILD_DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
DEPENDS+= web2c-[0-9]*:../../print/web2c
@@ -16,8 +15,11 @@ DEPENDS+= web2c-[0-9]*:../../print/web2c
DEPENDS+= texlive-collection-latex-[0-9]*:../../meta-pkgs/texlive-collection-latex
DEPENDS+= tex-newunicodechar-[-0-9]*:../../print/tex-newunicodechar
+PYTHON_VERSIONED_DEPENDENCIES= sphinx:build
+
CMAKE_ARGS+= -DENABLE_DEFAULT=False
CMAKE_ARGS+= -DENABLE_DOXYGEN=ON
CMAKE_ARGS+= -DENABLE_SPHINX=ON
-.include "../../mk/bsd.pkg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
+.include "../../mk/bsd.pkg.mk"