diff options
author | naddy <naddy@FreeBSD.org> | 2014-03-14 00:11:14 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2014-03-14 00:11:14 +0800 |
commit | f53d2cab72be381eadf5335adb922c66eac39f03 (patch) | |
tree | d741c985bd09fcdb3e09b4a1f826dbb9a659d076 /audio/xmms-flac | |
parent | e9e7b60c26b396d9af8ec8ba10cd22ed70e617f9 (diff) | |
download | freebsd-ports-gnome-f53d2cab72be381eadf5335adb922c66eac39f03.tar.gz freebsd-ports-gnome-f53d2cab72be381eadf5335adb922c66eac39f03.tar.zst freebsd-ports-gnome-f53d2cab72be381eadf5335adb922c66eac39f03.zip |
USE_BZIP2 -> USES+=tar:bzip2
USE_XZ -> USES+=tar:xz
Diffstat (limited to 'audio/xmms-flac')
-rw-r--r-- | audio/xmms-flac/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/xmms-flac/Makefile b/audio/xmms-flac/Makefile index d1dfc8eac819..dc4ffccf4f11 100644 --- a/audio/xmms-flac/Makefile +++ b/audio/xmms-flac/Makefile @@ -14,11 +14,10 @@ LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms \ libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \ libogg.so:${PORTSDIR}/audio/libogg -USES= gettext iconv +USES= gettext iconv tar:xz USE_AUTOTOOLS= libtool USE_GNOME= gtk12 USE_XORG= x11 xau xcb xdmcp xext xi -USE_XZ= yes CONFIGURE_ARGS= --disable-silent-rules CPPFLAGS+= -I${LOCALBASE}/include |