diff options
author | drochner <drochner@pkgsrc.org> | 2012-02-09 20:19:14 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-02-09 20:19:14 +0000 |
commit | 6a0ec267da4ee4fb3b1a734de431dfe90e15f72f (patch) | |
tree | b0fe20098c217760b42246df2f82b2e80c56c45e | |
parent | 0e4ded1496174110d06800c46c8789b01e84413b (diff) | |
download | pkgsrc-6a0ec267da4ee4fb3b1a734de431dfe90e15f72f.tar.gz |
kill the "mozilla" option -- due to API changes this doesn't work anymore
(this pkg is somewhat outdated, but it might be a low-footprint
alternative to newer versions which require webkit)
-rw-r--r-- | www/liferea/Makefile | 12 | ||||
-rw-r--r-- | www/liferea/PLIST | 3 |
2 files changed, 4 insertions, 11 deletions
diff --git a/www/liferea/Makefile b/www/liferea/Makefile index b2cd9b752f7..64417029684 100644 --- a/www/liferea/Makefile +++ b/www/liferea/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.100 2012/02/06 12:41:53 wiz Exp $ +# $NetBSD: Makefile,v 1.101 2012/02/09 20:19:14 drochner Exp $ DISTNAME= liferea-1.4.28 PKGREVISION= 16 @@ -19,22 +19,16 @@ USE_LANGUAGES+= c PKG_OPTIONS_VAR= PKG_OPTIONS.liferea PKG_OPTIONS_REQUIRED_GROUPS= renderer -PKG_OPTIONS_GROUP.renderer= liferea-gtkhtml liferea-mozilla liferea-webkit -PKG_OPTIONS_LEGACY_OPTS= liferea-firefox:liferea-mozilla liferea-seamonkey:liferea-mozilla +PKG_OPTIONS_GROUP.renderer= liferea-gtkhtml liferea-webkit PKG_SUGGESTED_OPTIONS= liferea-gtkhtml .include "../../mk/bsd.options.mk" -PLIST_VARS+= gtkhtml mozilla webkit +PLIST_VARS+= gtkhtml webkit .if !empty(PKG_OPTIONS:Mliferea-gtkhtml) CONFIGURE_ARGS+= --disable-gecko .include "../../www/libgtkhtml/buildlink3.mk" PLIST.gtkhtml= yes .endif -.if !empty(PKG_OPTIONS:Mliferea-mozilla) -CONFIGURE_ARGS+= --with-gecko=libxul -.include "../../devel/xulrunner/buildlink3.mk" -PLIST.mozilla= yes -.endif .if !empty(PKG_OPTIONS:Mliferea-webkit) CONFIGURE_ARGS+= --disable-gecko .include "../../www/webkit-gtk/buildlink3.mk" diff --git a/www/liferea/PLIST b/www/liferea/PLIST index dc0878ed7ea..50b133330f2 100644 --- a/www/liferea/PLIST +++ b/www/liferea/PLIST @@ -1,9 +1,8 @@ -@comment $NetBSD: PLIST,v 1.38 2009/12/04 13:50:08 tnn Exp $ +@comment $NetBSD: PLIST,v 1.39 2012/02/09 20:19:14 drochner Exp $ bin/liferea bin/liferea-add-feed bin/liferea-bin ${PLIST.gtkhtml}lib/liferea/liblihtmlg.la -${PLIST.mozilla}lib/liferea/liblihtmlx.la ${PLIST.webkit}lib/liferea/liblihtmlw.la lib/liferea/liblinotiflibnotify.la man/man1/liferea.1 |