diff options
Diffstat (limited to 'ham/gnuradio-core-docs/Makefile')
-rw-r--r-- | ham/gnuradio-core-docs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ham/gnuradio-core-docs/Makefile b/ham/gnuradio-core-docs/Makefile index c2db823b843..d7bb34d55f7 100644 --- a/ham/gnuradio-core-docs/Makefile +++ b/ham/gnuradio-core-docs/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.23 2013/11/20 20:04:38 adam Exp $ +# $NetBSD: Makefile,v 1.24 2014/01/05 21:22:13 wiz Exp $ PKGNAME= gnuradio-core-docs-${VERSION} COMMENT= GNU Radio core module documentation -PKGREVISION= 18 +PKGREVISION= 19 .include "../../meta-pkgs/gnuradio/Makefile.common" CONFIGURE_ARGS+=--enable-doxygen -BUILD_DEPENDS+=doxygen>=1.8.4:../../devel/doxygen +BUILD_DEPENDS+=doxygen>=1.8.6:../../devel/doxygen BUILD_DIRS= docs |