diff options
author | wulf <wulf@pkgsrc.org> | 2005-12-11 11:24:33 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2005-12-11 11:24:33 +0000 |
commit | d3ef2d21a83d5ea74821542787e890c3b68d92f4 (patch) | |
tree | feed9750fafd3c384c98381cb6acd55272ba4f88 /ham/gnuradio-audio-oss/Makefile | |
parent | bba166150878726cc55b5f7f1d31c7af5b49e009 (diff) | |
download | pkgsrc-d3ef2d21a83d5ea74821542787e890c3b68d92f4.tar.gz |
Update gnuradio-audio-oss to 0.7: Several fixes applied to autoconf files
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" |