diff options
author | krion <krion@FreeBSD.org> | 2004-03-31 03:20:22 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-31 03:20:22 +0800 |
commit | ec7e839df6339ee2ce45b2a86705d36babd6ddb2 (patch) | |
tree | 89a2307095c132bb20ec384fd75a853ff48669ed /audio/flac | |
parent | 919d5d370736760e6caa8a55aa6ec939d3387eec (diff) | |
download | freebsd-ports-graphics-ec7e839df6339ee2ce45b2a86705d36babd6ddb2.tar.gz freebsd-ports-graphics-ec7e839df6339ee2ce45b2a86705d36babd6ddb2.tar.zst freebsd-ports-graphics-ec7e839df6339ee2ce45b2a86705d36babd6ddb2.zip |
- Use USE_ICONV knob
Approved by: portmgr
Diffstat (limited to 'audio/flac')
-rw-r--r-- | audio/flac/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile index eb5b2bdcfd9..45a11c03798 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -15,13 +15,13 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= naddy@FreeBSD.org COMMENT= Free lossless audio codec -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ - ogg.5:${PORTSDIR}/audio/libogg +LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg .if ${MACHINE_ARCH} == "i386" BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm .endif +USE_ICONV= yes USE_REINPLACE= yes USE_LIBTOOL_VER= 13 CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} |