summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2022-08-15 22:17:24 +0000
committertnn <tnn@pkgsrc.org>2022-08-15 22:17:24 +0000
commit66b6f1eb7685c5e570b8a12082c54c3b06fd79b2 (patch)
tree3da05af870efdee6ec7f9c3af7f172aa1ce7ad40 /databases
parent057f155418914b98ea8ee44be3cfe23b4c45a6c6 (diff)
downloadpkgsrc-66b6f1eb7685c5e570b8a12082c54c3b06fd79b2.tar.gz
postgreql-pgroonga: not for PG 10
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql-pgroonga/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql-pgroonga/Makefile b/databases/postgresql-pgroonga/Makefile
index 399427c494a..e4ddf2893d8 100644
--- a/databases/postgresql-pgroonga/Makefile
+++ b/databases/postgresql-pgroonga/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/04/24 17:43:21 tnn Exp $
+# $NetBSD: Makefile,v 1.9 2022/08/15 22:17:24 tnn Exp $
DISTNAME= pgroonga-2.3.6
PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
@@ -12,6 +12,8 @@ LICENSE= postgresql-license
DEPENDS+= postgresql${PGSQL_VERSION}-server>=0:../../databases/postgresql${PGSQL_VERSION}-server
+PGSQL_VERSIONS_ACCEPTED= 14 13 12 11
+
USE_GCC_RUNTIME= yes
USE_LANGUAGES= c c++ c99
USE_LIBTOOL= yes