diff options
author | drochner <drochner@pkgsrc.org> | 2012-06-02 16:39:42 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-06-02 16:39:42 +0000 |
commit | 3250dba0d35a83e4affaf86e051b9d2e45375aca (patch) | |
tree | 8d1b5b0513063c2cd06042ac634b4444196350ba /databases/postgresql-postgis | |
parent | 749469aff6ad303105b510e2e63e55d0e9142b4a (diff) | |
download | pkgsrc-3250dba0d35a83e4affaf86e051b9d2e45375aca.tar.gz |
bump PKGREV for geos shlib name change
Diffstat (limited to 'databases/postgresql-postgis')
-rw-r--r-- | databases/postgresql-postgis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql-postgis/Makefile b/databases/postgresql-postgis/Makefile index c42f413a973..f271776e3f1 100644 --- a/databases/postgresql-postgis/Makefile +++ b/databases/postgresql-postgis/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2012/03/14 16:41:09 fhajny Exp $ +# $NetBSD: Makefile,v 1.10 2012/06/02 16:39:42 drochner Exp $ DISTNAME= postgis-1.5.3 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= databases geography MASTER_SITES= http://postgis.refractions.net/download/ |