svn commit: r354826 - head/devel/gnatcoll

John Marino marino at FreeBSD.org
Thu May 22 11:32:16 UTC 2014


Author: marino
Date: Thu May 22 11:32:15 2014
New Revision: 354826
URL: http://svnweb.freebsd.org/changeset/ports/354826
QAT: https://qat.redports.org/buildarchive/r354826/

Log:
  devel/gnatcoll: Fix disable iconv non-default option (typo)

Modified:
  head/devel/gnatcoll/Makefile

Modified: head/devel/gnatcoll/Makefile
==============================================================================
--- head/devel/gnatcoll/Makefile	Thu May 22 11:31:59 2014	(r354825)
+++ head/devel/gnatcoll/Makefile	Thu May 22 11:32:15 2014	(r354826)
@@ -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}


More information about the svn-ports-all mailing list