diff options
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 |