Thu Dec 3 23:19:05 2009 UTC ()
Depend on xulrunner devel/instead of www/firefox, bump revision.
Discussed with <tnn>.


(asau)
diff -r1.86 -r1.87 pkgsrc/www/liferea/Makefile

cvs diff -r1.86 -r1.87 pkgsrc/www/liferea/Makefile (expand / switch to unified diff)

--- pkgsrc/www/liferea/Makefile 2009/08/26 19:58:26 1.86
+++ pkgsrc/www/liferea/Makefile 2009/12/03 23:19:05 1.87
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.86 2009/08/26 19:58:26 sno Exp $ 1# $NetBSD: Makefile,v 1.87 2009/12/03 23:19:05 asau Exp $
2 2
3DISTNAME= liferea-1.4.28 3DISTNAME= liferea-1.4.28
4PKGREVISION= 2 4PKGREVISION= 3
5CATEGORIES= www 5CATEGORIES= www
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=liferea/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=liferea/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://liferea.sourceforge.net/ 9HOMEPAGE= http://liferea.sourceforge.net/
10COMMENT= Simple FeedReader clone for reading RSS/RDF feeds 10COMMENT= Simple FeedReader clone for reading RSS/RDF feeds
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14USE_TOOLS+= gmake pkg-config msgfmt perl intltool 14USE_TOOLS+= gmake pkg-config msgfmt perl intltool
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16USE_PKGLOCALEDIR= yes 16USE_PKGLOCALEDIR= yes
17USE_LANGUAGES+= c++ 17USE_LANGUAGES+= c++
@@ -20,31 +20,31 @@ USE_LANGUAGES+= c @@ -20,31 +20,31 @@ USE_LANGUAGES+= c
20PKG_OPTIONS_VAR= PKG_OPTIONS.liferea 20PKG_OPTIONS_VAR= PKG_OPTIONS.liferea
21PKG_OPTIONS_REQUIRED_GROUPS= renderer 21PKG_OPTIONS_REQUIRED_GROUPS= renderer
22PKG_OPTIONS_GROUP.renderer= liferea-gtkhtml liferea-seamonkey liferea-firefox liferea-webkit 22PKG_OPTIONS_GROUP.renderer= liferea-gtkhtml liferea-seamonkey liferea-firefox liferea-webkit
23PKG_SUGGESTED_OPTIONS= liferea-gtkhtml 23PKG_SUGGESTED_OPTIONS= liferea-gtkhtml
24.include "../../mk/bsd.options.mk" 24.include "../../mk/bsd.options.mk"
25 25
26PLIST_VARS+= gtkhtml mozilla webkit 26PLIST_VARS+= gtkhtml mozilla webkit
27.if !empty(PKG_OPTIONS:Mliferea-gtkhtml) 27.if !empty(PKG_OPTIONS:Mliferea-gtkhtml)
28CONFIGURE_ARGS+= --disable-gecko 28CONFIGURE_ARGS+= --disable-gecko
29.include "../../www/libgtkhtml/buildlink3.mk" 29.include "../../www/libgtkhtml/buildlink3.mk"
30PLIST.gtkhtml= yes 30PLIST.gtkhtml= yes
31.endif 31.endif
32.if !empty(PKG_OPTIONS:Mliferea-firefox) 32.if !empty(PKG_OPTIONS:Mliferea-firefox)
33.include "../../www/firefox/buildlink3.mk" 33.include "../../devel/xulrunner/buildlink3.mk"
34PLIST.mozilla= yes 34PLIST.mozilla= yes
35.endif 35.endif
36.if !empty(PKG_OPTIONS:Mliferea-seamonkey) 36.if !empty(PKG_OPTIONS:Mliferea-seamonkey)
37.include "../../www/firefox/buildlink3.mk" 37.include "../../devel/xulrunner/buildlink3.mk"
38PLIST.mozilla= yes 38PLIST.mozilla= yes
39.endif 39.endif
40.if !empty(PKG_OPTIONS:Mliferea-webkit) 40.if !empty(PKG_OPTIONS:Mliferea-webkit)
41CONFIGURE_ARGS+= --disable-gecko 41CONFIGURE_ARGS+= --disable-gecko
42.include "../../www/webkit-gtk/buildlink3.mk" 42.include "../../www/webkit-gtk/buildlink3.mk"
43PLIST.webkit= yes 43PLIST.webkit= yes
44.endif 44.endif
45 45
46SHLIBTOOL_OVERRIDE= # empty 46SHLIBTOOL_OVERRIDE= # empty
47 47
48GCONF_SCHEMAS= liferea.schemas 48GCONF_SCHEMAS= liferea.schemas
49 49
50.include "../../databases/sqlite3/buildlink3.mk" 50.include "../../databases/sqlite3/buildlink3.mk"