add build-depends to perl5 to fix building error.

Submitted by:	Mathieu Arnold <mat at mat.cc> via email.
This commit is contained in:
Vanilla I. Shu 2013-09-10 08:41:39 +00:00
parent fd1ee01a34
commit bdebe3eeb3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326875

View file

@ -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+