From 2b0f80aa62c9cfdf3ca851a30ed882a10a726a8b Mon Sep 17 00:00:00 2001 From: mezz Date: Sun, 23 Jul 2006 23:24:55 +0000 Subject: X11BASE -> LOCALBASE, gecko ports live in LOCALBASE. Bump the PORTREVISION. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6722 df743ca5-7f9a-e211-a948-0013205c9059 --- net/liferea/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net') diff --git a/net/liferea/Makefile b/net/liferea/Makefile index c176172a1..12d8e49e7 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -7,7 +7,7 @@ PORTNAME= liferea PORTVERSION= 1.0.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= liferea @@ -75,7 +75,7 @@ post-patch: -e 's,\(gecko_provider=\).*$$,\1${GECKO},' \ -e 's,{print $$1},{print $$2},g' \ ${WRKSRC}/configure - ${REINPLACE_CMD} -e 's|gtk_moz_embed_set_comp_path(NULL)|gtk_moz_embed_set_comp_path("${X11BASE}/lib/${GECKO}")|' \ + ${REINPLACE_CMD} -e 's|gtk_moz_embed_set_comp_path(NULL)|gtk_moz_embed_set_comp_path("${LOCALBASE}/lib/${GECKO}")|' \ ${WRKSRC}/src/mozilla/mozilla.c .endif .ifdef WITH_XPI -- cgit