Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2014 00:43:22 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358879 - head/databases/postgis21
Message-ID:  <201406230043.s5N0hMKS076941@svn.freebsd.org>

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



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