diff options
author | joerg <joerg> | 2006-12-08 11:02:44 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-12-08 11:02:44 +0000 |
commit | 09ba07849b02c716497227c22b020bf30f1c3b9e (patch) | |
tree | 3d3958fcabff7942ac1da0a7043504b9d726db65 /ham | |
parent | 9e8e2fa7d090aaffc9384fe28d7900007feaf240 (diff) | |
download | pkgsrc-09ba07849b02c716497227c22b020bf30f1c3b9e.tar.gz |
Needs pkg-config. XXX Explicitly overrding USE_TOOLS is ugly.
Diffstat (limited to 'ham')
-rw-r--r-- | ham/gnuradio-core-docs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ham/gnuradio-core-docs/Makefile b/ham/gnuradio-core-docs/Makefile index 4d818e94712..90551963b8e 100644 --- a/ham/gnuradio-core-docs/Makefile +++ b/ham/gnuradio-core-docs/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/11/13 17:08:51 wulf Exp $ +# $NetBSD: Makefile,v 1.2 2006/12/08 11:02:44 joerg Exp $ PKGNAME= gnuradio-core-docs-${VERSION} COMMENT= GNU Radio core module documentation .include "../../meta-pkgs/gnuradio/Makefile.common" -USE_TOOLS= make +USE_TOOLS= make pkg-config CONFIGURE_ARGS+=--enable-doxygen do-build: |