svn commit: r358878 - head/databases/postgis20

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 23 00:43:06 UTC 2014


Author: amdmi3
Date: Mon Jun 23 00:43:05 2014
New Revision: 358878
URL: http://svnweb.freebsd.org/changeset/ports/358878
QAT: https://qat.redports.org/buildarchive/r358878/

Log:
  - Add missing USES=libtool
  
  Approved by:	portmgr blanket

Modified:
  head/databases/postgis20/Makefile

Modified: head/databases/postgis20/Makefile
==============================================================================
--- head/databases/postgis20/Makefile	Mon Jun 23 00:21:54 2014	(r358877)
+++ head/databases/postgis20/Makefile	Mon Jun 23 00:43:05 2014	(r358878)
@@ -2,7 +2,7 @@
 
 PORTNAME=	postgis
 PORTVERSION=	2.0.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases geography
 MASTER_SITES=	http://download.osgeo.org/postgis/source/
 PKGNAMESUFFIX=	20
@@ -20,7 +20,7 @@ RUN_DEPENDS=	postmaster:${PORTSDIR}/data
 CONFLICTS=	postgis-1.* postgis-2.1.*
 
 USE_GNOME=	libxml2
-USES=		gmake iconv perl5 pgsql
+USES=		gmake iconv perl5 pgsql libtool:keepla
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 USE_PERL5=	build


More information about the svn-ports-head mailing list