diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2012-05-20 16:31:52 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2012-05-20 16:31:52 +0000 |
commit | 4bc0dc3de091d0f164c98cbe1aef977793a92319 (patch) | |
tree | d519f608387a993ac3a7e0a6bd99b37419ee5761 /textproc/libxml2 | |
parent | 08eb3800565bcf52c612bdaa79c7b9ac97684c22 (diff) | |
download | ports-4bc0dc3de091d0f164c98cbe1aef977793a92319.tar.gz ports-4bc0dc3de091d0f164c98cbe1aef977793a92319.zip |
Notes
Diffstat (limited to 'textproc/libxml2')
-rw-r--r-- | textproc/libxml2/Makefile | 2 |
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) |