Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 May 2014 11:32:15 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354826 - head/devel/gnatcoll
Message-ID:  <201405221132.s4MBWFcJ002881@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405221132.s4MBWFcJ002881>