Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2014 18:07:59 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340727 - head/devel/lua-posix
Message-ID:  <201401221807.s0MI7xOH095900@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jan 22 18:07:59 2014
New Revision: 340727
URL: http://svnweb.freebsd.org/changeset/ports/340727
QAT: https://qat.redports.org/buildarchive/r340727/

Log:
  Add an explicit dependency on perl
  
  Reported by:	pkg-fallout

Modified:
  head/devel/lua-posix/Makefile

Modified: head/devel/lua-posix/Makefile
==============================================================================
--- head/devel/lua-posix/Makefile	Wed Jan 22 17:54:34 2014	(r340726)
+++ head/devel/lua-posix/Makefile	Wed Jan 22 18:07:59 2014	(r340727)
@@ -12,7 +12,8 @@ COMMENT=	POSIX layer for Lua
 
 LICENSE=	MIT
 
-USES=		lua
+USES=		lua perl5
+USE_PERL5=	build
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LUA_INCLUDE=-I${LUA_INCDIR} \
 		LUA=${LOCALBASE}/bin/lua${LUA_VER_STR}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401221807.s0MI7xOH095900>