pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/gnuradio-doxygen



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Jun 16 14:02:46 UTC 2016

Modified Files:
        pkgsrc/ham/gnuradio-doxygen: Makefile

Log Message:
Add following line to keep PLIST consistent.
+DEPENDS+=      web2c-[0-9]*:../../print/web2c
 (But not really sure, sorry. BUILD_DEPENDS instead enough ?)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/ham/gnuradio-doxygen/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/ham/gnuradio-doxygen/Makefile
diff -u pkgsrc/ham/gnuradio-doxygen/Makefile:1.8 pkgsrc/ham/gnuradio-doxygen/Makefile:1.9
--- pkgsrc/ham/gnuradio-doxygen/Makefile:1.8    Mon Jun 13 13:36:55 2016
+++ pkgsrc/ham/gnuradio-doxygen/Makefile        Thu Jun 16 14:02:46 2016
@@ -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:../../d
 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



Home | Main Index | Thread Index | Old Index