From dc15ea0905c9e9b6fd92c0378bdce4a97f991b61 Mon Sep 17 00:00:00 2001 From: marino Date: Thu, 22 May 2014 11:32:15 +0000 Subject: devel/gnatcoll: Fix disable iconv non-default option (typo) --- devel/gnatcoll/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel') 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} -- cgit