aboutsummaryrefslogtreecommitdiff
path: root/audio/flac
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2014-05-24 15:51:45 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2014-05-24 15:51:45 +0000
commit5b5cb2150ea23d0285289e90b7555c9e9c8aa635 (patch)
treea726e0498f0f39f56d915f6bb24237eb71dd0050 /audio/flac
parent01469d22eae6ab41da51ffda52dc1d70ed01dce8 (diff)
downloadports-5b5cb2150ea23d0285289e90b7555c9e9c8aa635.tar.gz
ports-5b5cb2150ea23d0285289e90b7555c9e9c8aa635.zip
Switch to USES=libtool:oldver
Notes
Notes: svn path=/head/; revision=355046
Diffstat (limited to 'audio/flac')
-rw-r--r--audio/flac/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile
index 5323d597e3aa..c44e1dec6fec 100644
--- a/audio/flac/Makefile
+++ b/audio/flac/Makefile
@@ -3,7 +3,7 @@
PORTNAME= flac
PORTVERSION= 1.3.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/flac/
@@ -12,11 +12,11 @@ COMMENT= Free lossless audio codec
LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg
-USES= pathfix pkgconfig tar:xz
-USE_AUTOTOOLS= libtool
+USES= libtool:oldver pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-sse \
+CONFIGURE_ARGS= --enable-static \
+ --enable-sse \
--with-ogg="${LOCALBASE}" \
--disable-silent-rules \
--disable-thorough-tests \