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 \