summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2016-06-16 14:02:46 +0000
committermef <mef@pkgsrc.org>2016-06-16 14:02:46 +0000
commitf62ac1f55ea599fb61e3ae0900d84ba469d4d0c2 (patch)
tree8676235d1ae92a755822c9952a514d20a184c208 /ham
parent9cfe3473d957b22aca1555cb713d99d0aa566328 (diff)
downloadpkgsrc-f62ac1f55ea599fb61e3ae0900d84ba469d4d0c2.tar.gz
Add following line to keep PLIST consistent.
+DEPENDS+= web2c-[0-9]*:../../print/web2c (But not really sure, sorry. BUILD_DEPENDS instead enough ?)
Diffstat (limited to 'ham')
-rw-r--r--ham/gnuradio-doxygen/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/ham/gnuradio-doxygen/Makefile b/ham/gnuradio-doxygen/Makefile
index 906706259c8..c7b9625ae1c 100644
--- a/ham/gnuradio-doxygen/Makefile
+++ b/ham/gnuradio-doxygen/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2016/06/13 13:36:55 mef Exp $
+# $NetBSD: Makefile,v 1.9 2016/06/16 14:02:46 mef Exp $
PKGNAME= gnuradio-doxygen-${VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Doxygen documentation of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
@@ -11,6 +11,8 @@ BUILD_DEPENDS+= doxygen>=1.8.9.1:../../devel/doxygen
BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
BUILD_DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
+DEPENDS+= web2c-[0-9]*:../../print/web2c
+
CMAKE_ARGS+= -DENABLE_DEFAULT=False
CMAKE_ARGS+= -DENABLE_DOXYGEN=ON
CMAKE_ARGS+= -DENABLE_SPHINX=ON