svn commit: r340727 - head/devel/lua-posix

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 22 18:08:00 UTC 2014


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}


More information about the svn-ports-all mailing list