aboutsummaryrefslogtreecommitdiff
path: root/audio/flac
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2013-09-24 21:39:26 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2013-09-24 21:39:26 +0000
commit8c3cc12386ad99aa0c42b2dfcfbff724429f1884 (patch)
tree44c2a0774c19d5d642e50f52bedecdadee761269 /audio/flac
parentf1b61496bc1b106f289c1cf2a9931d63c74e5ef6 (diff)
downloadports-8c3cc12386ad99aa0c42b2dfcfbff724429f1884.tar.gz
ports-8c3cc12386ad99aa0c42b2dfcfbff724429f1884.zip
Tweak iconv handling.
Notes
Notes: svn path=/head/; revision=328198
Diffstat (limited to 'audio/flac')
-rw-r--r--audio/flac/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile
index 8a16a4325046..5cc585f178c1 100644
--- a/audio/flac/Makefile
+++ b/audio/flac/Makefile
@@ -27,8 +27,9 @@ OPTIONS_DEFINE= DOCS ICONV
OPTIONS_DEFAULT=ICONV
ICONV_USES= iconv
-ICONV_CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include
-ICONV_LDFLAGS= -L${LOCALBASE}/lib
+ICONV_CPPFLAGS= -I${ICONV_PREFIX}/include
+ICONV_LDFLAGS= -L${ICONV_PREFIX}/lib
+ICONV_CONFIGURE_OFF= am_cv_func_iconv=no
.include <bsd.port.options.mk>