From 9301aa14c0e5e469c6b08046fdfc33e5080b7038 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Tue, 20 Apr 2004 05:10:25 +0000 Subject: - Fix mozilla-html library locations. - Remove whitespaces on end of line. --- net/liferea/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'net') diff --git a/net/liferea/Makefile b/net/liferea/Makefile index a4dcd0b1166d..fb2be7777ea7 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -6,7 +6,8 @@ # PORTNAME= liferea -PORTVERSION= 0.4.7b +PORTVERSION= 0.4.7b +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= liferea @@ -18,8 +19,13 @@ USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack gconf2 libxml2 libgtkhtml \ gnomevfs2 USE_GMAKE= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +post-patch: + ${REINPLACE_CMD} -e 's,/usr/lib/moz,${X11BASE}/lib/moz,g' \ + ${WRKSRC}/src/liferea + .include -- cgit v1.2.3