svn commit: r390265 - head/devel/lua-lpeg
Antoine Brodin
antoine at FreeBSD.org
Mon Jun 22 01:11:29 UTC 2015
Author: antoine
Date: Sun Jun 21 22:03:52 2015
New Revision: 390265
URL: https://svnweb.freebsd.org/changeset/ports/390265
Log:
Fix duplicate ports: devel/lua-lpeg51 and devel/lua-lpeg
(not sure lua-lpeg51 name is appropriate for a lua51 port...)
Modified:
head/devel/lua-lpeg/Makefile
Modified: head/devel/lua-lpeg/Makefile
==============================================================================
--- head/devel/lua-lpeg/Makefile Sun Jun 21 20:07:44 2015 (r390264)
+++ head/devel/lua-lpeg/Makefile Sun Jun 21 22:03:52 2015 (r390265)
@@ -15,7 +15,7 @@ ALL_TARGET= linux
CFLAGS+= -DLUA_32BITS
MAKE_ARGS= CC=${CC} LUADIR=${LUA_INCDIR}
MAKEFILE= ${WRKSRC}/makefile
-USES= lua
+USES?= lua
PLIST_FILES= %%LUA_MODLIBDIR%%/lpeg.so
More information about the svn-ports-all
mailing list