diff options
| author | rillig <rillig@pkgsrc.org> | 2020-05-16 11:08:59 +0000 |
|---|---|---|
| committer | rillig <rillig@pkgsrc.org> | 2020-05-16 11:08:59 +0000 |
| commit | d04f9dd491b8128def7b973f0298c8f7da57d76c (patch) | |
| tree | 7bd674a678e15bb2df3ea939e2bf1da4219588ec /databases/postgresql-postgis2 | |
| parent | cc2b11860b0698d21acfd0589c714954ec96233c (diff) | |
| download | pkgsrc-d04f9dd491b8128def7b973f0298c8f7da57d76c.tar.gz | |
databases/postgresql-postgis2: remove outdated PGSQL_VERSIONS_ACCEPTED
This should have been PGSQL_VERSIONS_INCOMPATIBLE from the beginning, as
the comment above that line clearly said.
Diffstat (limited to 'databases/postgresql-postgis2')
| -rw-r--r-- | databases/postgresql-postgis2/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/postgresql-postgis2/Makefile b/databases/postgresql-postgis2/Makefile index 0b30d8b6fd9..97addfc9100 100644 --- a/databases/postgresql-postgis2/Makefile +++ b/databases/postgresql-postgis2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2020/05/06 14:04:24 adam Exp $ +# $NetBSD: Makefile,v 1.74 2020/05/16 11:08:59 rillig Exp $ MAJOR= 2.5 DISTNAME= postgis-${MAJOR}.3 @@ -13,9 +13,6 @@ 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 |
