aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2012-05-20 16:31:52 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2012-05-20 16:31:52 +0000
commit4bc0dc3de091d0f164c98cbe1aef977793a92319 (patch)
treed519f608387a993ac3a7e0a6bd99b37419ee5761 /textproc
parent08eb3800565bcf52c612bdaa79c7b9ac97684c22 (diff)
downloadports-4bc0dc3de091d0f164c98cbe1aef977793a92319.tar.gz
ports-4bc0dc3de091d0f164c98cbe1aef977793a92319.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libxml2/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index 309ec2a130f9..9b4f11b399f0 100644
--- a/textproc/libxml2/Makefile
+++ b/textproc/libxml2/Makefile
@@ -39,6 +39,8 @@ LDFLAGS+= -L${LOCALBASE}/lib
.if !defined(WITHOUT_ICONV)
USE_ICONV= yes
CONFIGURE_ARGS+=--with-iconv=${LOCALBASE}
+.else
+CONFIGURE_ARGS+=--with-iconv=no
.endif
.if !defined(MASTERDIR)