diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-31 21:36:37 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-31 21:36:37 +0800 |
commit | 01270d40e7336f41d89efb63e6f327d01abb9a66 (patch) | |
tree | 1b2cd87392a7a0364385353fdd012c6fe4598802 /databases | |
parent | 08943f19499c4bd9790c9d5c120fc99a058e3af5 (diff) | |
download | freebsd-ports-gnome-01270d40e7336f41d89efb63e6f327d01abb9a66.tar.gz freebsd-ports-gnome-01270d40e7336f41d89efb63e6f327d01abb9a66.tar.zst freebsd-ports-gnome-01270d40e7336f41d89efb63e6f327d01abb9a66.zip |
- Use USES=iconv:wchar_t
- Bump PORTREVISION for dependency change (on FreeBSD 10+)
PR: 186563
Submitted by: romain
Diffstat (limited to 'databases')
-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 11decb4b6b0c..4e594e88a766 100644 --- a/databases/postgis20/Makefile +++ b/databases/postgis20/Makefile @@ -2,7 +2,7 @@ PORTNAME= postgis PORTVERSION= 2.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases geography MASTER_SITES= http://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 20 @@ -32,7 +32,7 @@ LDFLAGS+= -L${LOCALBASE}/lib USE_GNOME= libxml2 USE_LDCONFIG= yes USE_PERL5= build -USES= gmake iconv libtool perl5 pgsql shebangfix +USES= gmake iconv:wchar_t libtool perl5 pgsql shebangfix WANT_PGSQL= server PLIST_SUB= PORTVERSION=${PORTVERSION} |