diff options
Diffstat (limited to 'audio/flac')
-rw-r--r-- | audio/flac/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile index 77d5f80..eb5b2bd 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -23,7 +23,7 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm .endif USE_REINPLACE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} CONFIGURE_ARGS= --enable-sse --enable-3dnow \ --with-libiconv-prefix="${LOCALBASE}" \ |