diff options
author | tnn <tnn@pkgsrc.org> | 2009-08-06 12:30:12 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-08-06 12:30:12 +0000 |
commit | 11c07a65113d1b55b5a50518ca42a010800e079c (patch) | |
tree | bcdd87eba1cae1fccce601c9b35afb0103de557b /www | |
parent | 25ac65ec5e651fa2d2076123fc0ef21b63800829 (diff) | |
download | pkgsrc-11c07a65113d1b55b5a50518ca42a010800e079c.tar.gz |
drop reference to gecko-depends.mk.
Doesn't build with xulrunner, but package is already marked as broken.
Diffstat (limited to 'www')
-rw-r--r-- | www/skipstone/Makefile | 6 | ||||
-rw-r--r-- | www/skipstone/options.mk | 9 |
2 files changed, 4 insertions, 11 deletions
diff --git a/www/skipstone/Makefile b/www/skipstone/Makefile index b03e8a660f4..7fde080bfc9 100644 --- a/www/skipstone/Makefile +++ b/www/skipstone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2007/05/12 14:05:55 ghen Exp $ +# $NetBSD: Makefile,v 1.27 2009/08/06 12:30:12 tnn Exp $ DISTNAME= skipstone-0.9.6 PKGREVISION= 1 @@ -22,10 +22,10 @@ CONFIGURE_ARGS+= --enable-nls CONFIGURE_ARGS+= --with-localedir=${PREFIX}/${PKGLOCALEDIR}/locale LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/${MOZILLA} -BROKEN= seamonkey and firefox backends are currently not supported +BROKEN= Package doesn't build with xulrunner .include "options.mk" -.include "../../www/seamonkey/gecko-depends.mk" +.include "../../devel/xulrunner/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/skipstone/options.mk b/www/skipstone/options.mk index 1657ba13f8f..1bb9491e7fb 100644 --- a/www/skipstone/options.mk +++ b/www/skipstone/options.mk @@ -1,10 +1,9 @@ -# $NetBSD: options.mk,v 1.2 2006/09/25 10:08:06 salo Exp $ +# $NetBSD: options.mk,v 1.3 2009/08/06 12:30:12 tnn Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.skipstone PKG_SUPPORTED_OPTIONS= wget PKG_SUGGESTED_OPTIONS= wget -.include "../../www/seamonkey/gecko-options.mk" .include "../../mk/bsd.options.mk" # SkipDownload uses wget to download files from the Internet, but since this @@ -12,9 +11,3 @@ PKG_SUGGESTED_OPTIONS= wget .if !empty(PKG_OPTIONS:Mwget) DEPENDS+= wget>=1:../../net/wget .endif - -.if !empty(PKG_OPTIONS:Mfirefox) -MOZILLA= firefox -.elif !empty(PKG_OPTIONS:Mseamonkey) -MOZILLA= seamonkey -.endif |