Date: Thu, 30 Jan 2014 09:24:24 +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: r341823 - head/graphics/edje Message-ID: <201401300924.s0U9OOnL058760@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Jan 30 09:24:24 2014 New Revision: 341823 URL: http://svnweb.freebsd.org/changeset/ports/341823 QAT: https://qat.redports.org/buildarchive/r341823/ Log: Make .pc files require lua 5.2, this fixes enlightenment and emotion building Reported by: marino Modified: head/graphics/edje/Makefile Modified: head/graphics/edje/Makefile ============================================================================== --- head/graphics/edje/Makefile Thu Jan 30 09:14:15 2014 (r341822) +++ head/graphics/edje/Makefile Thu Jan 30 09:24:24 2014 (r341823) @@ -3,7 +3,7 @@ PORTNAME= edje PORTVERSION= 1.7.9 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ @@ -26,7 +26,8 @@ USE_LDCONFIG= yes CONFIGURE_ARGS+= --without-vim post-patch: - @${REINPLACE_CMD} -e "s/lua >=/lua-${LUA_VER} >=/g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s/lua >=/lua-${LUA_VER} >=/g" \ + -e 's/requirement_lua="lua"/requirement_lua="lua-${LUA_VER}"/g' ${WRKSRC}/configure @${REINPLACE_CMD} -E -e "/^SUBDIRS[[:space:]]+=/s/utils//" \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|= \$$(datadir)/\$$(PACKAGE)/examples|= $$(datadir)/examples/$$(PACKAGE)|' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401300924.s0U9OOnL058760>