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)
This commit is contained in:
parent
0e4ded1496
commit
6a0ec267da
2 changed files with 4 additions and 11 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue