svn commit: r356174 - head/games/nlarn

Antoine Brodin antoine at FreeBSD.org
Sun Jun 1 21:11:51 UTC 2014


Author: antoine
Date: Sun Jun  1 21:11:50 2014
New Revision: 356174
URL: http://svnweb.freebsd.org/changeset/ports/356174
QAT: https://qat.redports.org/buildarchive/r356174/

Log:
  Unbreak, it seems it wants lua51
  
  Reported by:	pkg-fallout

Modified:
  head/games/nlarn/Makefile

Modified: head/games/nlarn/Makefile
==============================================================================
--- head/games/nlarn/Makefile	Sun Jun  1 20:57:13 2014	(r356173)
+++ head/games/nlarn/Makefile	Sun Jun  1 21:11:50 2014	(r356174)
@@ -11,7 +11,7 @@ COMMENT=	Roguelike game and as such a re
 
 LICENSE=	GPLv3
 
-USES=		gmake lua pkgconfig
+USES=		gmake lua:51 pkgconfig
 USE_GNOME=	glib20
 
 post-configure:


More information about the svn-ports-head mailing list