diff options
Diffstat (limited to 'databases/postgresql-postgis2/Makefile')
-rw-r--r-- | databases/postgresql-postgis2/Makefile | 4 |
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 |