Skip to content

Commit

Permalink
postgresql-postgis2: Drop PGSQL_VERSIONS_ACCEPTED
Browse files Browse the repository at this point in the history
Currently, this package builds with all versions of postgreqsl in
pkgsrc, and it is likely to do so in the future, so there is no need
for an explicit list.
  • Loading branch information
gdt committed Sep 23, 2018
1 parent 8c2e884 commit cf392dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions databases/postgresql-postgis2/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.48 2018/09/11 17:26:13 gdt Exp $
# $NetBSD: Makefile,v 1.49 2018/09/23 15:38:00 gdt Exp $

MAJOR= 2.4
DISTNAME= postgis-${MAJOR}.4
Expand Down Expand Up @@ -29,7 +29,6 @@ CONFLICTS= postgis-[0-9]*
# gmake complains about adding + to parent rule
MAKE_JOBS_SAFE= no

PGSQL_VERSIONS_ACCEPTED= 96 95 94 93

USE_GCC_RUNTIME= yes
USE_LANGUAGES= c c++ c99
Expand Down

0 comments on commit cf392dc

Please sign in to comment.