diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2014-03-13 16:11:14 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2014-03-13 16:11:14 +0000 |
commit | 62ef31db615ddc3281afd0dddf1fde3202266e54 (patch) | |
tree | d741c985bd09fcdb3e09b4a1f826dbb9a659d076 /audio/flac | |
parent | afe3e8c709cd6f10ef6fc0a19b7e875dd7a9dbd4 (diff) | |
download | ports-62ef31db615ddc3281afd0dddf1fde3202266e54.tar.gz ports-62ef31db615ddc3281afd0dddf1fde3202266e54.zip |
Notes
Diffstat (limited to 'audio/flac')
-rw-r--r-- | audio/flac/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile index a17459aaad1d..5323d597e3aa 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -12,10 +12,9 @@ COMMENT= Free lossless audio codec LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg -USES= pathfix pkgconfig +USES= pathfix pkgconfig tar:xz USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USE_XZ= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-sse \ --with-ogg="${LOCALBASE}" \ |