diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-18 21:07:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-18 21:07:23 +0800 |
commit | 41f8f0baf52066841ee08fec5f6e0fe43210115e (patch) | |
tree | 87afb19599c21245cb5fa3c81442b347a3c7124b /databases/postgis21 | |
parent | c0688d7585182a7cfcb5ce1ec7697492acba8069 (diff) | |
download | freebsd-ports-gnome-41f8f0baf52066841ee08fec5f6e0fe43210115e.tar.gz freebsd-ports-gnome-41f8f0baf52066841ee08fec5f6e0fe43210115e.tar.zst freebsd-ports-gnome-41f8f0baf52066841ee08fec5f6e0fe43210115e.zip |
- Add missing USE_LDCONFIG
- Use USES=libtool
- Fix USE_PYTHON
- Convert to new options helper
- Bump PORTREVISION for package change
- Do not hard-coded PORTVERSION in PLIST
- Bump PORTREVISION for graphics/geos shlib change
Diffstat (limited to 'databases/postgis21')
-rw-r--r-- | databases/postgis21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgis21/Makefile b/databases/postgis21/Makefile index 4ff3d067aba5..cfc484448cd0 100644 --- a/databases/postgis21/Makefile +++ b/databases/postgis21/Makefile @@ -2,7 +2,7 @@ PORTNAME= postgis PORTVERSION= 2.1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= databases geography MASTER_SITES= http://download.osgeo.org/postgis/source/ |