diff options
author | tnn <tnn@pkgsrc.org> | 2018-09-29 15:13:01 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2018-09-29 15:13:01 +0000 |
commit | 7b02a763e7a0db8cb37b601af39687ac89c27f9b (patch) | |
tree | 17a561b3a15af6a627326a1da2b2c544fdafca39 /databases | |
parent | 4edfb02385e277124717c073d48164074e222548 (diff) | |
download | pkgsrc-7b02a763e7a0db8cb37b601af39687ac89c27f9b.tar.gz |
postgresql-postgis2: does not support 9.3
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql-postgis2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/postgresql-postgis2/Makefile b/databases/postgresql-postgis2/Makefile index 50eef9dc3a8..abcb5207daf 100644 --- a/databases/postgresql-postgis2/Makefile +++ b/databases/postgresql-postgis2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2018/09/23 23:11:49 gdt Exp $ +# $NetBSD: Makefile,v 1.51 2018/09/29 15:13:01 tnn Exp $ MAJOR= 2.5 DISTNAME= postgis-${MAJOR}.0 @@ -12,6 +12,9 @@ COMMENT= Spatial database capabilities for PostgreSQL LICENSE= gnu-gpl-v2 +# Needs 9.4 or higher +PGSQL_VERSIONS_ACCEPTED= 10 96 95 94 + DEPENDS+= postgresql${PGSQL_VERSION}-server-[0-9]*:../../databases/postgresql${PGSQL_VERSION}-server BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl |