svn commit: r553235 - head/devel/lua-argparse

Kyle Evans kevans at FreeBSD.org
Sun Oct 25 03:25:52 UTC 2020


Author: kevans
Date: Sun Oct 25 03:25:52 2020
New Revision: 553235
URL: https://svnweb.freebsd.org/changeset/ports/553235

Log:
  devel/lua-argparse: build with flavors (USES=lua:module)
  
  This is a lua module, multiple flavors will come in handy.

Modified:
  head/devel/lua-argparse/Makefile

Modified: head/devel/lua-argparse/Makefile
==============================================================================
--- head/devel/lua-argparse/Makefile	Sun Oct 25 01:21:32 2020	(r553234)
+++ head/devel/lua-argparse/Makefile	Sun Oct 25 03:25:52 2020	(r553235)
@@ -11,7 +11,7 @@ COMMENT=	Feature-rich command line parser for Lua
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=	lua
+USES=	lua:module
 NO_ARCH=	yes
 NO_BUILD=	yes
 


More information about the svn-ports-all mailing list