Date: Tue, 10 Sep 2013 08:41:40 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326875 - head/databases/postgresql-plv8js Message-ID: <201309100841.r8A8fe93045509@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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+
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309100841.r8A8fe93045509>