svn commit: r341823 - head/graphics/edje

Baptiste Daroussin bapt at FreeBSD.org
Thu Jan 30 09:24:24 UTC 2014


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)|' \


More information about the svn-ports-all mailing list