diff options
Diffstat (limited to 'ham/usrp-docs/Makefile')
-rw-r--r-- | ham/usrp-docs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ham/usrp-docs/Makefile b/ham/usrp-docs/Makefile index 3b4adcf9bac..224e72f9d4b 100644 --- a/ham/usrp-docs/Makefile +++ b/ham/usrp-docs/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2007/04/04 16:30:49 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2007/08/08 03:26:10 wulf Exp $ PKGNAME= usrp-docs-${VERSION} -PKGREVISION= 1 COMMENT= Documentation for the usrp module .include "../../meta-pkgs/gnuradio/Makefile.common" @@ -10,6 +9,8 @@ USE_TOOLS+= make CONFIGURE_ARGS+=--enable-doxygen CONFIGURE_ARGS+=--docdir=${LOCALBASE}/share/doc/gnuradio/usrp +BUILD_DEPENDS+=doxygen>=1.4.7:../../devel/doxygen + do-build: cd ${WRKSRC}/usrp/doc && make |