svn commit: r355392 - head/textproc/luaexpat

Baptiste Daroussin bapt at FreeBSD.org
Mon May 26 15:38:22 UTC 2014


Author: bapt
Date: Mon May 26 15:38:21 2014
New Revision: 355392
URL: http://svnweb.freebsd.org/changeset/ports/355392
QAT: https://qat.redports.org/buildarchive/r355392/

Log:
  Convert to USES=lua

Modified:
  head/textproc/luaexpat/Makefile

Modified: head/textproc/luaexpat/Makefile
==============================================================================
--- head/textproc/luaexpat/Makefile	Mon May 26 15:36:49 2014	(r355391)
+++ head/textproc/luaexpat/Makefile	Mon May 26 15:38:21 2014	(r355392)
@@ -11,21 +11,12 @@ PKGNAMEPREFIX=	${LUA_PKGNAMEPREFIX}
 MAINTAINER=	lx at FreeBSD.org
 COMMENT=	LuaExpat is a SAX XML parser based on the Expat library
 
-LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2
+LIB_DEPENDS=	libexpat.so:${PORTSDIR}/textproc/expat2
 
-USES=		gmake
+USES=		gmake lua:51
 MAKEFILE=	makefile
 ALL_TARGET=	lib
-USE_LUA=	5.0-5.1
-LUA_PREMK=	yes
-WANT_LUA_VER=	5.1
 
 CFLAGS+=	-fPIC
 
-.include <bsd.port.pre.mk>
-
-.if ${LUA_VER} == 5.0
-BUILD_DEPENDS+=	${NONEXISTENT}:${PORTSDIR}/devel/lua50-compat51:build
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list