summaryrefslogtreecommitdiff
path: root/databases/postgresql-postgis
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-02-28 12:36:36 +0000
committerjperkin <jperkin@pkgsrc.org>2014-02-28 12:36:36 +0000
commitd6ec8f8da2cfc7669888909291ee33569cdb5c2f (patch)
tree7f3fd269d971be02bdea1884ba87126e415760cc /databases/postgresql-postgis
parent6fe7a959453289136b1b06aa10e9cf15ef126635 (diff)
downloadpkgsrc-d6ec8f8da2cfc7669888909291ee33569cdb5c2f.tar.gz
Limit PGSQL_VERSIONS_ACCEPTED to the same versions as those supported by
the main package. Fixes problems with dependencies when using a postgresql version outside those accepted.
Diffstat (limited to 'databases/postgresql-postgis')
-rw-r--r--databases/postgresql-postgis/buildlink3.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql-postgis/buildlink3.mk b/databases/postgresql-postgis/buildlink3.mk
index e7bc6b00ac2..9ff326c2d26 100644
--- a/databases/postgresql-postgis/buildlink3.mk
+++ b/databases/postgresql-postgis/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2010/03/14 16:32:15 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2014/02/28 12:36:36 jperkin Exp $
BUILDLINK_TREE+= postgresql-postgis
@@ -8,6 +8,8 @@ POSTGRESQL_POSTGIS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.postgresql-postgis+= postgresql${PGSQL_VERSION}-postgis>=1.4
BUILDLINK_PKGSRCDIR.postgresql-postgis?= ../../databases/postgresql-postgis
+PGSQL_VERSIONS_ACCEPTED= 91 90 84
+
.include "../../geography/geos/buildlink3.mk"
.include "../../geography/proj/buildlink3.mk"
.include "../../mk/pgsql.buildlink3.mk"