diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-23 08:43:05 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-23 08:43:05 +0800 |
commit | 102d7159933a4be498a343ce747b359725422624 (patch) | |
tree | a0a5a5135a687a5cadaf1634bfc10a8b24fb939c /databases/postgis20 | |
parent | f1612b240daa88d8d901a14b1a9544e6ae068f2a (diff) | |
download | freebsd-ports-gnome-102d7159933a4be498a343ce747b359725422624.tar.gz freebsd-ports-gnome-102d7159933a4be498a343ce747b359725422624.tar.zst freebsd-ports-gnome-102d7159933a4be498a343ce747b359725422624.zip |
- Add missing USES=libtool
Approved by: portmgr blanket
Diffstat (limited to 'databases/postgis20')
-rw-r--r-- | databases/postgis20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgis20/Makefile b/databases/postgis20/Makefile index 7c5abbbd318c..156f65babcb4 100644 --- a/databases/postgis20/Makefile +++ b/databases/postgis20/Makefile @@ -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}/databases/postgresql${PGSQL_VER_NODOT}-serve 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 |