Only PostgreSQL up to 9.1 is supported.
This commit is contained in:
parent
196e1f38ca
commit
d74e99ce70
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.16 2014/01/02 15:41:03 jperkin Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2014/02/24 16:17:50 joerg Exp $
|
||||
|
||||
DISTNAME= postgis-1.5.3
|
||||
PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
|
||||
|
@ -19,6 +19,8 @@ CONFLICTS= postgis-[0-9]*
|
|||
# gmake complains about adding + to parent rule
|
||||
MAKE_JOBS_SAFE= no
|
||||
|
||||
PGSQL_VERSIONS_ACCEPTED= 91 90 84
|
||||
|
||||
USE_LANGUAGES= c c++
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= gmake lex pax perl
|
||||
|
|
Loading…
Reference in a new issue