diff options
Diffstat (limited to 'ham/gnuradio-audio-oss/Makefile')
-rw-r--r-- | ham/gnuradio-audio-oss/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ham/gnuradio-audio-oss/Makefile b/ham/gnuradio-audio-oss/Makefile index 6bee5caf0d8..1ff2f366117 100644 --- a/ham/gnuradio-audio-oss/Makefile +++ b/ham/gnuradio-audio-oss/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/10/07 23:17:19 wulf Exp $ +# $NetBSD: Makefile,v 1.2 2005/12/11 11:24:33 wulf Exp $ -VERSION= 0.6 +VERSION= 0.7 DISTNAME= gr-audio-oss-${VERSION} PKGNAME= gnuradio-audio-oss-${VERSION} WRKSRC= ${WRKDIR}/${DISTNAME} @@ -10,5 +10,4 @@ COMMENT= Open Sound System support for GNU Radio .include "../../mk/ossaudio.buildlink3.mk" .include "../../ham/gnuradio-core/buildlink3.mk" -.include "../../math/fftwf/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |