pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/liferea fix PLIST, from Hasso Tepper per PR pkg/38848



details:   https://anonhg.NetBSD.org/pkgsrc/rev/71cb07db7494
branches:  trunk
changeset: 543126:71cb07db7494
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Jun 05 11:05:37 2008 +0000

description:
fix PLIST, from Hasso Tepper per PR pkg/38848

diffstat:

 www/liferea/Makefile |  25 +++++++++++++++----------
 www/liferea/PLIST    |   5 +++--
 2 files changed, 18 insertions(+), 12 deletions(-)

diffs (61 lines):

diff -r ea8b0a79a692 -r 71cb07db7494 www/liferea/Makefile
--- a/www/liferea/Makefile      Thu Jun 05 10:20:47 2008 +0000
+++ b/www/liferea/Makefile      Thu Jun 05 11:05:37 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2008/05/04 00:13:46 smb Exp $
+# $NetBSD: Makefile,v 1.74 2008/06/05 11:05:37 drochner Exp $
 
 DISTNAME=              liferea-1.4.15
 PKGREVISION=           1
@@ -24,6 +24,20 @@
 PKG_SUGGESTED_OPTIONS= liferea-gtkhtml
 .include "../../mk/bsd.options.mk"
 
+PLIST_VARS+=   gtkhtml mozilla
+.if !empty(PKG_OPTIONS:Mliferea-gtkhtml)
+.include "../../www/libgtkhtml/buildlink3.mk"
+PLIST.gtkhtml= yes
+.endif
+.if !empty(PKG_OPTIONS:Mliferea-firefox)
+.include "../../www/firefox/buildlink3.mk"
+PLIST.mozilla= yes
+.endif
+.if !empty(PKG_OPTIONS:Mliferea-seamonkey)
+.include "../../www/firefox/buildlink3.mk"
+PLIST.mozilla= yes
+.endif
+
 SHLIBTOOL_OVERRIDE=    # empty
 
 GCONF_SCHEMAS=         liferea.schemas
@@ -40,15 +54,6 @@
 .include "../../sysutils/libnotify/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../textproc/libxslt/buildlink3.mk"
-.if !empty(PKG_OPTIONS:Mliferea-gtkhtml)
-.include "../../www/libgtkhtml/buildlink3.mk"
-.endif
-.if !empty(PKG_OPTIONS:Mliferea-firefox)
-.include "../../www/firefox/buildlink3.mk"
-.endif
-.if !empty(PKG_OPTIONS:Mliferea-seamonkey)
-.include "../../www/seamonkey/buildlink3.mk"
-.endif
 .include "../../x11/libSM/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ea8b0a79a692 -r 71cb07db7494 www/liferea/PLIST
--- a/www/liferea/PLIST Thu Jun 05 10:20:47 2008 +0000
+++ b/www/liferea/PLIST Thu Jun 05 11:05:37 2008 +0000
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.30 2008/05/04 00:13:46 smb Exp $
+@comment $NetBSD: PLIST,v 1.31 2008/06/05 11:05:37 drochner Exp $
 bin/liferea
 bin/liferea-add-feed
 bin/liferea-bin
-lib/liferea/liblihtmlm.la
+${PLIST.gtkhtml}lib/liferea/liblihtmlg.la
+${PLIST.mozilla}lib/liferea/liblihtmlm.la
 lib/liferea/liblinotiflibnotify.la
 man/man1/liferea.1
 man/pl/man1/liferea.1



Home | Main Index | Thread Index | Old Index