Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2014 15:38:22 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355392 - head/textproc/luaexpat
Message-ID:  <201405261538.s4QFcMT0000517@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405261538.s4QFcMT0000517>