svn commit: r358879 - head/databases/postgis21
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Jun 23 00:43:23 UTC 2014
Author: amdmi3
Date: Mon Jun 23 00:43:22 2014
New Revision: 358879
URL: http://svnweb.freebsd.org/changeset/ports/358879
QAT: https://qat.redports.org/buildarchive/r358879/
Log:
- Add missing USES=libtool
Approved by: portmgr blanket
Modified:
head/databases/postgis21/Makefile
Modified: head/databases/postgis21/Makefile
==============================================================================
--- head/databases/postgis21/Makefile Mon Jun 23 00:43:05 2014 (r358878)
+++ head/databases/postgis21/Makefile Mon Jun 23 00:43:22 2014 (r358879)
@@ -2,7 +2,7 @@
PORTNAME= postgis
PORTVERSION= 2.1.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= databases geography
MASTER_SITES= http://download.osgeo.org/postgis/source/
@@ -20,7 +20,7 @@ CONFLICTS= postgis-1.* postgis-2.0.*
LATEST_LINK= postgis21
USE_GNOME= libxml2
-USES= gmake iconv:wchar_t perl5 pgsql pkgconfig
+USES= gmake iconv:wchar_t perl5 pgsql pkgconfig libtool:keepla
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_PERL5= build
More information about the svn-ports-all
mailing list