diff options
author | mef <mef@pkgsrc.org> | 2022-04-09 10:39:42 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2022-04-09 10:39:42 +0000 |
commit | 3d7386fd24e371344188329608de64b3fdef19d5 (patch) | |
tree | 6b8e31df41f2c7cc5341d1eb76e6d6860b3a947b /ham/gnuradio-doxygen | |
parent | 82239ba27747f17df6431818e25f41c04b777576 (diff) | |
download | pkgsrc-3d7386fd24e371344188329608de64b3fdef19d5.tar.gz |
(ham/gnuradio-doxygen) PKGREVISION++
Diffstat (limited to 'ham/gnuradio-doxygen')
-rw-r--r-- | ham/gnuradio-doxygen/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ham/gnuradio-doxygen/Makefile b/ham/gnuradio-doxygen/Makefile index 88311498891..6c5b484a70f 100644 --- a/ham/gnuradio-doxygen/Makefile +++ b/ham/gnuradio-doxygen/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.52 2022/03/28 10:56:16 tnn Exp $ +# $NetBSD: Makefile,v 1.53 2022/04/09 10:39:42 mef Exp $ PKGNAME= gnuradio-doxygen-${VERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Doxygen documentation of GNU Radio .include "../../ham/gnuradio-core/Makefile.common" .include "../../ham/gnuradio-core/Nocore.mk" -BUILD_DEPENDS+= doxygen>=1.8.20:../../devel/doxygen +BUILD_DEPENDS+= doxygen>=1.9.3:../../devel/doxygen BUILD_DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz DEPENDS+= web2c-[0-9]*:../../print/web2c |