mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
add build-depends to perl5 to fix building error.
Submitted by: Mathieu Arnold <mat at mat.cc> via email.
This commit is contained in:
parent
fd1ee01a34
commit
bdebe3eeb3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326875
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ COMMENT= PL/v8js procedural language for PostgreSQL database
|
||||||
|
|
||||||
LIB_DEPENDS+= libv8.so:${PORTSDIR}/lang/v8
|
LIB_DEPENDS+= libv8.so:${PORTSDIR}/lang/v8
|
||||||
|
|
||||||
USES= gmake
|
USES= gmake perl5
|
||||||
|
USE_PERL5= build
|
||||||
USE_ZIP= yes
|
USE_ZIP= yes
|
||||||
USE_PGSQL= yes
|
USE_PGSQL= yes
|
||||||
WANT_PGSQL_VER= 91+
|
WANT_PGSQL_VER= 91+
|
||||||
|
|
Loading…
Add table
Reference in a new issue