diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-09-10 08:41:39 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-09-10 08:41:39 +0000 |
commit | bdebe3eeb3bf535c49b9c4497fc60d316cb3d147 (patch) | |
tree | efc972d35a1ef28f12fdfd7815aec18050e38963 /databases/postgresql-plv8js | |
parent | Update to 1.18. (diff) |
add build-depends to perl5 to fix building error.
Submitted by: Mathieu Arnold <mat at mat.cc> via email.
Notes
Notes:
svn path=/head/; revision=326875
Diffstat (limited to 'databases/postgresql-plv8js')
-rw-r--r-- | databases/postgresql-plv8js/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql-plv8js/Makefile b/databases/postgresql-plv8js/Makefile index 4701e666a1d9..49f58edfc68f 100644 --- a/databases/postgresql-plv8js/Makefile +++ b/databases/postgresql-plv8js/Makefile @@ -13,7 +13,8 @@ COMMENT= PL/v8js procedural language for PostgreSQL database LIB_DEPENDS+= libv8.so:${PORTSDIR}/lang/v8 -USES= gmake +USES= gmake perl5 +USE_PERL5= build USE_ZIP= yes USE_PGSQL= yes WANT_PGSQL_VER= 91+ |