diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-30 09:24:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-30 09:24:24 +0000 |
commit | 5cdb5e4d986338fb43ca0a3ae077d8d54775e435 (patch) | |
tree | 39105e4e1c64512fb139fe307d5815f22843c742 /graphics | |
parent | 2adafd8687a90d7b06a0ebc071bacdd685eae7d4 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/edje/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/edje/Makefile b/graphics/edje/Makefile index 00834cc38495..42c03b28a65f 100644 --- a/graphics/edje/Makefile +++ b/graphics/edje/Makefile @@ -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)|' \ |