Thu Jun 16 14:02:46 2016 UTC ()
Add following line to keep PLIST consistent.
+DEPENDS+=      web2c-[0-9]*:../../print/web2c
 (But not really sure, sorry. BUILD_DEPENDS instead enough ?)


(mef)
diff -r1.8 -r1.9 pkgsrc/ham/gnuradio-doxygen/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/ham/gnuradio-doxygen/Makefile (expand / switch to unified diff)

--- pkgsrc/ham/gnuradio-doxygen/Makefile 2016/06/13 13:36:55 1.8
+++ pkgsrc/ham/gnuradio-doxygen/Makefile 2016/06/16 14:02:46 1.9
@@ -1,20 +1,22 @@ @@ -1,20 +1,22 @@
1# $NetBSD: Makefile,v 1.8 2016/06/13 13:36:55 mef Exp $ 1# $NetBSD: Makefile,v 1.9 2016/06/16 14:02:46 mef Exp $
2 2
3PKGNAME= gnuradio-doxygen-${VERSION} 3PKGNAME= gnuradio-doxygen-${VERSION}
4PKGREVISION= 1 4PKGREVISION= 2
5COMMENT= Doxygen documentation of GNU Radio 5COMMENT= Doxygen documentation of GNU Radio
6 6
7.include "../../ham/gnuradio-core/Makefile.common" 7.include "../../ham/gnuradio-core/Makefile.common"
8.include "../../ham/gnuradio-core/Nocore.mk" 8.include "../../ham/gnuradio-core/Nocore.mk"
9 9
10BUILD_DEPENDS+= doxygen>=1.8.9.1:../../devel/doxygen 10BUILD_DEPENDS+= doxygen>=1.8.9.1:../../devel/doxygen
11BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx 11BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
12BUILD_DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz 12BUILD_DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
13 13
 14DEPENDS+= web2c-[0-9]*:../../print/web2c
 15
14CMAKE_ARGS+= -DENABLE_DEFAULT=False 16CMAKE_ARGS+= -DENABLE_DEFAULT=False
15CMAKE_ARGS+= -DENABLE_DOXYGEN=ON 17CMAKE_ARGS+= -DENABLE_DOXYGEN=ON
16CMAKE_ARGS+= -DENABLE_SPHINX=ON 18CMAKE_ARGS+= -DENABLE_SPHINX=ON
17 19
18MAKE_JOBS_SAFE= no 20MAKE_JOBS_SAFE= no
19 21
20.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"