aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2014-03-15 15:35:59 +0000
committerJuergen Lock <nox@FreeBSD.org>2014-03-15 15:35:59 +0000
commit587837f8ba8be0bbf224c74e35a67d797485e873 (patch)
treef1f3ba7b1b990e83ede3ef650a0bb69ea6181b2f /comms
parentf3a8e58f521ce4787196e8adf4e6d0d665f4dd94 (diff)
Notes
Diffstat (limited to 'comms')
-rw-r--r--comms/dabstick-radio/Makefile2
-rw-r--r--comms/jsdr/Makefile2
-rw-r--r--comms/lirc/Makefile3
3 files changed, 3 insertions, 4 deletions
diff --git a/comms/dabstick-radio/Makefile b/comms/dabstick-radio/Makefile
index 984b8716572a..abf9c806d88f 100644
--- a/comms/dabstick-radio/Makefile
+++ b/comms/dabstick-radio/Makefile
@@ -6,7 +6,6 @@ PORTVERSION= 0.96
PORTREVISION= 4
CATEGORIES= comms audio hamradio
MASTER_SITES= http://www.sdr-j.tk/
-EXTRACT_SUFX= .tgz
MAINTAINER= nox@FreeBSD.org
COMMENT= DAB/DAB+ and wideband FM receiver for RTL2832-based USB sticks
@@ -21,6 +20,7 @@ LIB_DEPENDS+= librtlsdr.so:${PORTSDIR}/comms/rtl-sdr \
libfftw3.so:${PORTSDIR}/math/fftw3 \
libfaad.so:${PORTSDIR}/audio/faad
+USES= tar:tgz
USE_QT4= gui qt3support qmake_build moc_build rcc_build uic_build
PORTDOCS= *
diff --git a/comms/jsdr/Makefile b/comms/jsdr/Makefile
index fde8c081fa41..8b7e1d502a29 100644
--- a/comms/jsdr/Makefile
+++ b/comms/jsdr/Makefile
@@ -5,7 +5,6 @@ PORTNAME= jsdr
PORTVERSION= 4.1
CATEGORIES= comms audio hamradio
MASTER_SITES= http://www.sdr-j.tk/
-EXTRACT_SUFX= .tgz
MAINTAINER= nox@FreeBSD.org
COMMENT= SDR tools for RTL2832-based USB sticks
@@ -18,6 +17,7 @@ LIB_DEPENDS+= libqwt.so:${PORTSDIR}/x11-toolkits/qwt5 \
libsndfile.so:${PORTSDIR}/audio/libsndfile \
libfftw3.so:${PORTSDIR}/math/fftw3
+USES= tar:tgz
USE_QT4= gui qt3support qmake_build moc_build rcc_build uic_build
PORTDOCS= *
diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile
index 45d601f18734..f68be552e887 100644
--- a/comms/lirc/Makefile
+++ b/comms/lirc/Makefile
@@ -15,9 +15,8 @@ COMMENT= Linux Infrared Remote Control
BUILD_DEPENDS= v4l_compat>=1.0.20110603:${PORTSDIR}/multimedia/v4l_compat
USE_AUTOTOOLS= libtool automake autoheader aclocal autoconf
-USES= gmake
+USES= gmake tar:bzip2
ACLOCAL_ARGS= -I "${ACLOCAL_DIR}" -I ${LOCALBASE}/share/aclocal
-USE_BZIP2= yes
USE_XORG= sm x11
USE_PYTHON= yes
USE_CSTD= gnu89