diff options
author | salo <salo> | 2006-09-24 16:25:51 +0000 |
---|---|---|
committer | salo <salo> | 2006-09-24 16:25:51 +0000 |
commit | ae12377bd828ac4aa1b677ac63880e0e48847669 (patch) | |
tree | f0c094b41b7f7e4a265b018395f5cdb83bd67372 /misc/yelp | |
parent | 4c861b720fce460b8405ca9857e5f3ca695b8bca (diff) | |
download | pkgsrc-ae12377bd828ac4aa1b677ac63880e0e48847669.tar.gz |
Switch to "seamonkey" backend from "mozilla" as an alternative to "firefox",
split option part to a separate file.
The "seamonkey" backend is not (yet) supported by the package, add BROKEN.
Diffstat (limited to 'misc/yelp')
-rw-r--r-- | misc/yelp/Makefile | 12 | ||||
-rw-r--r-- | misc/yelp/options.mk | 10 |
2 files changed, 13 insertions, 9 deletions
diff --git a/misc/yelp/Makefile b/misc/yelp/Makefile index e6cd0345f24..208b215303c 100644 --- a/misc/yelp/Makefile +++ b/misc/yelp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2006/09/16 12:20:39 jmmv Exp $ +# $NetBSD: Makefile,v 1.60 2006/09/24 16:25:51 salo Exp $ # DISTNAME= yelp-2.16.0 @@ -26,14 +26,8 @@ CONFIGURE_ARGS+= --with-html-widget=gtkhtml2 GCONF2_SCHEMAS= yelp.schemas -PKG_OPTIONS_VAR= PKG_OPTIONS.yelp -.include "../../www/mozilla/gecko-options.mk" -.include "../../mk/bsd.options.mk" +.include "options.mk" -.if !empty(PKG_OPTIONS:Mfirefox) -# Require a version that has the .pc files in it. -BUILDLINK_API_DEPENDS.firefox+= firefox>=1.5nb2 -.endif BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0 BUILDLINK_API_DEPENDS.libgnome+= libgnome>=2.14.0 BUILDLINK_API_DEPENDS.libgnomeui+= libgnomeui>=2.14.0 @@ -61,7 +55,7 @@ BUILDLINK_DEPMETHOD.gnome-doc-utils+= full .include "../../textproc/libxslt/buildlink3.mk" .include "../../textproc/gnome-doc-utils/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" -.include "../../www/mozilla/gecko-depends.mk" +.include "../../www/seamonkey/gecko-depends.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../x11/startup-notification/buildlink3.mk" diff --git a/misc/yelp/options.mk b/misc/yelp/options.mk new file mode 100644 index 00000000000..a2ad08783dc --- /dev/null +++ b/misc/yelp/options.mk @@ -0,0 +1,10 @@ +# $NetBSD: options.mk,v 1.1 2006/09/24 16:25:52 salo Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.yelp + +.include "../../www/seamonkey/gecko-options.mk" +.include "../../mk/bsd.options.mk" + +.if !empty(PKG_OPTIONS:Mseamonkey) +BROKEN= seamonkey backend is currently not supported +.endif |