From 3970eb4bf23edccbaea0b4828a51ac912055898e Mon Sep 17 00:00:00 2001 From: Felix Palmen Date: Tue, 19 Oct 2021 12:48:10 +0200 Subject: [PATCH] databases/postgresql-plv8js: remove pgsql version Remove version restriction for pgsql, as 3.0.0 builds fine with any version. --- databases/postgresql-plv8js/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/postgresql-plv8js/Makefile b/databases/postgresql-plv8js/Makefile index 0784877812f0..f0ce79ad653f 100644 --- a/databases/postgresql-plv8js/Makefile +++ b/databases/postgresql-plv8js/Makefile @@ -15,7 +15,7 @@ LICENSE= PostgreSQL BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libv8.so:lang/v8 -USES= compiler:c++14-lang gmake perl5 pgsql:9.6-10 +USES= compiler:c++14-lang gmake perl5 pgsql USE_PERL5= build USE_GITHUB= yes PLIST_SUB= PORTVERSION="${PORTVERSION}" -- 2.32.0