diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-08-03 11:54:57 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-08-03 11:54:57 +0000 |
commit | 5ca9f73e9432db34d979109a5b01ee56468a0145 (patch) | |
tree | a91f0b0f02b76e9bb2e06b14a53f58299a16947f /databases/postgresql-plv8js | |
parent | Remove expired sysutils/bbcp (diff) |
databases/postgresql-plv8js: Fix supported PostgreSQL version range
It does not build with PostgreSQL 11. Updating the port is not
trivial due to our outdated lang/v8 port.
PR: 239514
Notes
Notes:
svn path=/head/; revision=507967
Diffstat (limited to 'databases/postgresql-plv8js')
-rw-r--r-- | databases/postgresql-plv8js/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql-plv8js/Makefile b/databases/postgresql-plv8js/Makefile index a8ea36e07aad..85202b64bbce 100644 --- a/databases/postgresql-plv8js/Makefile +++ b/databases/postgresql-plv8js/Makefile @@ -16,7 +16,7 @@ LICENSE= PostgreSQL LIB_DEPENDS+= libv8.so:lang/v8 -USES= compiler:c++11-lang gmake perl5 pgsql:9.1+ +USES= compiler:c++11-lang gmake perl5 pgsql:9.1-10 USE_PERL5= build USE_GITHUB= yes PLIST_SUB+= PORTVERSION="${PORTVERSION}" |