svn commit: r366978 - head/databases/postgis21

Tijl Coosemans tijl at FreeBSD.org
Tue Sep 2 09:02:16 UTC 2014


Author: tijl
Date: Tue Sep  2 09:02:15 2014
New Revision: 366978
URL: http://svnweb.freebsd.org/changeset/ports/366978
QAT: https://qat.redports.org/buildarchive/r366978/

Log:
  Fix build by adding ICONV_CONFIGURE_BASE to CONFIGURE_ARGS
  
  Reported by:	mat

Modified:
  head/databases/postgis21/Makefile

Modified: head/databases/postgis21/Makefile
==============================================================================
--- head/databases/postgis21/Makefile	Tue Sep  2 08:17:59 2014	(r366977)
+++ head/databases/postgis21/Makefile	Tue Sep  2 09:02:15 2014	(r366978)
@@ -17,12 +17,12 @@ LIB_DEPENDS=	libproj.so:${PORTSDIR}/grap
 RUN_DEPENDS=	postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER_NODOT}-server
 
 CONFLICTS=	postgis-1.* postgis-2.0.*
-LATEST_LINK=	postgis21
 
-USE_GNOME=	libxml2
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	${ICONV_CONFIGURE_BASE}
 USES=		gmake iconv:wchar_t perl5 pgsql pkgconfig libtool:keepla
+USE_GNOME=	libxml2
 USE_LDCONFIG=	yes
-GNU_CONFIGURE=	yes
 USE_PERL5=	build
 
 OPTIONS_DEFINE=		LOADERGUI RASTER TOPOLOGY SFCGAL


More information about the svn-ports-head mailing list