diff options
author | wiz <wiz@pkgsrc.org> | 2016-12-02 20:06:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-12-02 20:06:21 +0000 |
commit | c073d2512f867a879c67eb97eca40a7daa72f675 (patch) | |
tree | 5d480671625a92827894e99e19fd94abeb292bc6 /ham | |
parent | 6d224c8665f74ad7929528656ca62ddee3ec0f89 (diff) | |
download | pkgsrc-c073d2512f867a879c67eb97eca40a7daa72f675.tar.gz |
Remove unexplainable PKG_OPTIONS variable that a comment describes
as unused for now.
Diffstat (limited to 'ham')
-rw-r--r-- | ham/gnuradio-uhd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ham/gnuradio-uhd/Makefile b/ham/gnuradio-uhd/Makefile index 7060c52f8a0..64a950c9b31 100644 --- a/ham/gnuradio-uhd/Makefile +++ b/ham/gnuradio-uhd/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2016/10/07 18:25:55 adam Exp $ +# $NetBSD: Makefile,v 1.6 2016/12/02 20:06:21 wiz Exp $ PKGNAME= gnuradio-uhd-${VERSION} PKGREVISION= 1 COMMENT= Uhd-based encoding and decoding algorithms for GNU Radio -# (acutually, redundent for now) -PKG_OPTIONS.gnuradio= .include "../../ham/gnuradio-core/Makefile.common" .include "../../ham/gnuradio-core/Nocore.mk" |