aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
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}