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/libvorbis | |
parent | afe3e8c709cd6f10ef6fc0a19b7e875dd7a9dbd4 (diff) | |
download | ports-62ef31db615ddc3281afd0dddf1fde3202266e54.tar.gz ports-62ef31db615ddc3281afd0dddf1fde3202266e54.zip |
Notes
Diffstat (limited to 'audio/libvorbis')
-rw-r--r-- | audio/libvorbis/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 368a6a68c20b..ba16096bab47 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -12,10 +12,9 @@ COMMENT= Audio compression codec library LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg -USES= pathfix +USES= pathfix tar:xz USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USE_XZ= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ogg=${LOCALBASE} \ |