diff options
author | drochner <drochner> | 2008-06-05 11:05:37 +0000 |
---|---|---|
committer | drochner <drochner> | 2008-06-05 11:05:37 +0000 |
commit | 9934e491a811387ecfa9e24767ea84effab5588a (patch) | |
tree | c41f79eb0a7be9e492002af007c41639578db5f7 /www | |
parent | c178d30ff52bc9821b0f11d3ee2175833a6f4ec3 (diff) | |
download | pkgsrc-9934e491a811387ecfa9e24767ea84effab5588a.tar.gz |
fix PLIST, from Hasso Tepper per PR pkg/38848
Diffstat (limited to 'www')
-rw-r--r-- | www/liferea/Makefile | 25 | ||||
-rw-r--r-- | www/liferea/PLIST | 5 |
2 files changed, 18 insertions, 12 deletions
diff --git a/www/liferea/Makefile b/www/liferea/Makefile index 956dbfe682e..388bb24725f 100644 --- a/www/liferea/Makefile +++ b/www/liferea/Makefile @@ -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_OPTIONS_GROUP.renderer= liferea-gtkhtml liferea-seamonkey liferea-firefox 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 @@ GCONF_SCHEMAS= liferea.schemas .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 --git a/www/liferea/PLIST b/www/liferea/PLIST index 2e55cd93798..6fd5073cbc0 100644 --- a/www/liferea/PLIST +++ b/www/liferea/PLIST @@ -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 |