diff options
author | nox <nox@FreeBSD.org> | 2014-03-15 23:35:59 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2014-03-15 23:35:59 +0800 |
commit | 2b3b25ceac991340f1f6df8bba4e89e7a682056b (patch) | |
tree | f1f3ba7b1b990e83ede3ef650a0bb69ea6181b2f /comms | |
parent | b28a9c09e062e362604c54a41ef3d32e8ce2445a (diff) | |
download | freebsd-ports-gnome-2b3b25ceac991340f1f6df8bba4e89e7a682056b.tar.gz freebsd-ports-gnome-2b3b25ceac991340f1f6df8bba4e89e7a682056b.tar.zst freebsd-ports-gnome-2b3b25ceac991340f1f6df8bba4e89e7a682056b.zip |
Switch my ports to USES= tar:...
Diffstat (limited to 'comms')
-rw-r--r-- | comms/dabstick-radio/Makefile | 2 | ||||
-rw-r--r-- | comms/jsdr/Makefile | 2 | ||||
-rw-r--r-- | comms/lirc/Makefile | 3 |
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 |