diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
commit | a84c115a09e00e14810cb1deb7bf4637a33ad313 (patch) | |
tree | 97c04ac5ad39d0af4b856d37b17a5a074d6adbc6 /comms/gr-osmosdr | |
parent | aa63c219bc3e4ef1b783a2b3c14615ecde12089a (diff) |
Notes
Diffstat (limited to 'comms/gr-osmosdr')
-rw-r--r-- | comms/gr-osmosdr/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/gr-osmosdr/Makefile b/comms/gr-osmosdr/Makefile index 68c08ca683ff..4c503d14ad58 100644 --- a/comms/gr-osmosdr/Makefile +++ b/comms/gr-osmosdr/Makefile @@ -5,7 +5,6 @@ PORTVERSION= 20140314 CATEGORIES= comms hamradio MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac -EXTRACT_SUFX= .tgz MAINTAINER= martymac@FreeBSD.org COMMENT= GNU Radio OsmoSDR module @@ -20,7 +19,7 @@ LIB_DEPENDS= libgnuradio-runtime.so:${PORTSDIR}/comms/gnuradio \ libboost_system.so:${PORTSDIR}/devel/boost-libs \ libboost_thread.so:${PORTSDIR}/devel/boost-libs -USES= pkgconfig cmake +USES= pkgconfig cmake tar:tgz USE_LDCONFIG= yes USE_PYTHON= yes |