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 /multimedia/vdr | |
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 'multimedia/vdr')
-rw-r--r-- | multimedia/vdr/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/vdr/Makefile b/multimedia/vdr/Makefile index 3ba2ce64e839..b7fab6f6cce1 100644 --- a/multimedia/vdr/Makefile +++ b/multimedia/vdr/Makefile @@ -22,9 +22,8 @@ DVBPATCH_DESC= DVB audio patch for some countries STB0899_SIGNAL_DESC= STB0899 signal strength patch OPTIONS_DEFAULT= IPTVPATCH TTXPATCH -USES= pkgconfig gettext iconv:wchar_t gmake +USES= pkgconfig gettext iconv:wchar_t gmake tar:bzip2 DIST_SUBDIR= vdr -USE_BZIP2= yes PORTDOCS= COPYING INSTALL MANUAL README HISTORY CONFDIR= $(ETCDIR) USE_CSTD= gnu89 |