1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Switch to USES=libtool:oldver

This commit is contained in:
Christian Weisgerber 2014-05-24 15:51:45 +00:00
parent 01469d22ea
commit 5b5cb2150e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355046

View File

@ -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 \