svn commit: r326875 - head/databases/postgresql-plv8js

Vanilla I. Shu vanilla at FreeBSD.org
Tue Sep 10 08:41:40 UTC 2013


Author: vanilla
Date: Tue Sep 10 08:41:39 2013
New Revision: 326875
URL: http://svnweb.freebsd.org/changeset/ports/326875

Log:
  add build-depends to perl5 to fix building error.
  
  Submitted by:	Mathieu Arnold <mat at mat.cc> via email.

Modified:
  head/databases/postgresql-plv8js/Makefile

Modified: head/databases/postgresql-plv8js/Makefile
==============================================================================
--- head/databases/postgresql-plv8js/Makefile	Tue Sep 10 08:31:46 2013	(r326874)
+++ head/databases/postgresql-plv8js/Makefile	Tue Sep 10 08:41:39 2013	(r326875)
@@ -13,7 +13,8 @@ COMMENT=	PL/v8js procedural language for
 
 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+


More information about the svn-ports-head mailing list