aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-05-22 11:32:15 +0000
committerJohn Marino <marino@FreeBSD.org>2014-05-22 11:32:15 +0000
commit25353df4f4dffd40c36839cc505aada1c7303025 (patch)
treea5ef4088c68ebded82c9a7d3ff6b188bd1ef1d2d /devel
parentac5450c31d09d12b59da4381a604966e4a68f405 (diff)
downloadports-25353df4f4dffd40c36839cc505aada1c7303025.tar.gz
ports-25353df4f4dffd40c36839cc505aada1c7303025.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/gnatcoll/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gnatcoll/Makefile b/devel/gnatcoll/Makefile
index 24759d1c38ed..440efcf71d9a 100644
--- a/devel/gnatcoll/Makefile
+++ b/devel/gnatcoll/Makefile
@@ -65,7 +65,7 @@ CONFIGURE_ARGS+= --without-postgresql
USES+= iconv
CONFIGURE_ARGS+= --with-iconv=${ICONV_PREFIX}
.else
-CONFIGURE_ARGS+= --with-iconv
+CONFIGURE_ARGS+= --without-iconv
.endif
.if ${PORT_OPTIONS:MPYTHON}