summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2021-05-24 15:07:09 +0000
committerjperkin <jperkin@pkgsrc.org>2021-05-24 15:07:09 +0000
commitafa662d701e60bb45b11192d762609e1e5a97830 (patch)
tree6fb187e25f4e4d6c07e93653ddd2e51c3d23d0fa /databases
parent15a617f54957902fea4cb16fada3c58560247e9e (diff)
downloadpkgsrc-afa662d701e60bb45b11192d762609e1e5a97830.tar.gz
postgresql-pljava: Remove PGSQL_VERSIONS_ACCEPTED.
It only listed the now non-existent 95. If it really doesn't work with newer versions then it needs to be upgraded or removed from pkgsrc.
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql-pljava/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/postgresql-pljava/Makefile b/databases/postgresql-pljava/Makefile
index 0636f267ab1..bd5f7de9f8b 100644
--- a/databases/postgresql-pljava/Makefile
+++ b/databases/postgresql-pljava/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/05/23 15:30:27 nia Exp $
+# $NetBSD: Makefile,v 1.7 2021/05/24 15:07:09 jperkin Exp $
DISTNAME= pljava-1.5.0
PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
@@ -18,8 +18,6 @@ LICENSE= modified-bsd
DEPENDS+= apache-maven-[0-9]*:../../devel/apache-maven
DEPENDS+= postgresql${PGSQL_VERSION}-server>=0:../../databases/postgresql${PGSQL_VERSION}-server
-PGSQL_VERSIONS_ACCEPTED= 95
-
USE_JAVA2= 7
USE_LANGUAGES= c c++
TOOLS_BROKEN+= perl