diff options
Diffstat (limited to 'ham/gnuradio-howto/Makefile')
-rw-r--r-- | ham/gnuradio-howto/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ham/gnuradio-howto/Makefile b/ham/gnuradio-howto/Makefile index d804fce9c28..5c06bd0e7c9 100644 --- a/ham/gnuradio-howto/Makefile +++ b/ham/gnuradio-howto/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/10/07 23:06:30 wulf Exp $ +# $NetBSD: Makefile,v 1.2 2005/12/11 11:53:25 wulf Exp $ -VERSION= 0.3 +VERSION= 0.4 DISTNAME= gr-howto-write-a-block-${VERSION} PKGNAME= gnuradio-howto-${VERSION} WRKSRC= ${WRKDIR}/${DISTNAME} @@ -9,5 +9,4 @@ COMMENT= Documentation about GNU Radio signal processing blocks .include "../../meta-pkgs/gnuradio/Makefile.common" .include "../../ham/gnuradio-core/buildlink3.mk" -.include "../../math/fftwf/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |