diff options
Diffstat (limited to 'databases/postgresql-postgis')
-rw-r--r-- | databases/postgresql-postgis/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/postgresql-postgis/Makefile b/databases/postgresql-postgis/Makefile index 3a736b7203a..721cb9e5f33 100644 --- a/databases/postgresql-postgis/Makefile +++ b/databases/postgresql-postgis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2013/05/31 12:39:55 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2014/01/02 15:41:03 jperkin Exp $ DISTNAME= postgis-1.5.3 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} @@ -12,8 +12,6 @@ COMMENT= Spatial database capabilities for PostgreSQL LICENSE= gnu-gpl-v2 -PGSQL_VERSIONS_ACCEPTED= 91 90 84 - DEPENDS+= postgresql${PGSQL_VERSION}-server>=0:../../databases/postgresql${PGSQL_VERSION}-server CONFLICTS= postgis-[0-9]* |