summaryrefslogtreecommitdiff
path: root/databases/postgresql-postgis2/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2015-10-24 21:18:12 +0000
committerjoerg <joerg>2015-10-24 21:18:12 +0000
commitb350ca4ae111d6fe7f401b699ae7f42a20c909dd (patch)
tree09892ae3311800f7ca9e81ea7f40b9e2ca5b1154 /databases/postgresql-postgis2/Makefile
parent167ce6c7d8d46b0be368c4ab34e1a9440eefa99c (diff)
downloadpkgsrc-b350ca4ae111d6fe7f401b699ae7f42a20c909dd.tar.gz
Drop EOLed PostgreSQL 8.4 and 9.0 from the supported list of PG
versions.
Diffstat (limited to 'databases/postgresql-postgis2/Makefile')
-rw-r--r--databases/postgresql-postgis2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql-postgis2/Makefile b/databases/postgresql-postgis2/Makefile
index 5d8484b0bd9..02442b25693 100644
--- a/databases/postgresql-postgis2/Makefile
+++ b/databases/postgresql-postgis2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2015/08/23 20:34:07 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2015/10/24 21:18:12 joerg Exp $
DISTNAME= postgis-2.1.8
PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
@@ -27,7 +27,7 @@ CONFLICTS= postgis-[0-9]*
# gmake complains about adding + to parent rule
MAKE_JOBS_SAFE= no
-PGSQL_VERSIONS_ACCEPTED= 90 91 92 93 94
+PGSQL_VERSIONS_ACCEPTED= 94 93 92 91
USE_GCC_RUNTIME= yes
USE_LANGUAGES= c c++ c99