Date: Mon, 23 Jun 2014 00:43:06 +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: r358878 - head/databases/postgis20 Message-ID: <201406230043.s5N0h6re076826@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406230043.s5N0h6re076826>