diff options
author | joerg <joerg> | 2009-12-30 21:13:15 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-12-30 21:13:15 +0000 |
commit | efb3a997e2405a757106f7232c3466b0e14f6e03 (patch) | |
tree | 8df9a99dce8e223bccb013a37ac3fd534a655d42 /ham/gnuradio-core/Makefile | |
parent | 472da61cbc46797f986e141fad4a8dafdf5a9c63 (diff) | |
download | pkgsrc-efb3a997e2405a757106f7232c3466b0e14f6e03.tar.gz |
The vocoder plugin belongs to gnuradio-gsm, so move the rest from gnuradio-core.
Diffstat (limited to 'ham/gnuradio-core/Makefile')
-rw-r--r-- | ham/gnuradio-core/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ham/gnuradio-core/Makefile b/ham/gnuradio-core/Makefile index ff0c985e2bd..5651a9475e0 100644 --- a/ham/gnuradio-core/Makefile +++ b/ham/gnuradio-core/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2009/09/11 16:23:28 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2009/12/30 21:13:15 joerg Exp $ PKGNAME= gnuradio-core-${VERSION} +PKGREVISION= 1 COMMENT= Runtime system and DSP blocks for GNU Radio PKG_DESTDIR_SUPPORT= user-destdir |