diff options
author | wiz <wiz@pkgsrc.org> | 2022-04-25 06:25:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-04-25 06:25:43 +0000 |
commit | a91d11cf5057543e14a8740c455eaf1feae8a26a (patch) | |
tree | 7b8cce7e45a7e11977665485bcecfd21262ade92 /databases/postgresql-postgis2 | |
parent | d3d6b68cc23703c6a0f7cff104b1d144db4a995d (diff) | |
download | pkgsrc-a91d11cf5057543e14a8740c455eaf1feae8a26a.tar.gz |
*: remove some references to postgresql 9.6
Diffstat (limited to 'databases/postgresql-postgis2')
-rw-r--r-- | databases/postgresql-postgis2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/postgresql-postgis2/Makefile b/databases/postgresql-postgis2/Makefile index f9d832e6630..78870ca2679 100644 --- a/databases/postgresql-postgis2/Makefile +++ b/databases/postgresql-postgis2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.112 2022/04/18 19:09:43 adam Exp $ +# $NetBSD: Makefile,v 1.113 2022/04/25 06:25:43 wiz Exp $ # Note that the directory is still postgis2, for historical reasons. # It remains, due to inertia and the pain of renaming outweighing the @@ -17,7 +17,6 @@ COMMENT= Spatial database capabilities for PostgreSQL LICENSE= gnu-gpl-v2 -PGSQL_VERSIONS_ACCEPTED?= 14 13 12 11 10 96 DEPENDS+= postgresql${PGSQL_VERSION}-server-[0-9]*:../../databases/postgresql${PGSQL_VERSION}-server BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl |