summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2009-08-06 12:30:12 +0000
committertnn <tnn@pkgsrc.org>2009-08-06 12:30:12 +0000
commit11c07a65113d1b55b5a50518ca42a010800e079c (patch)
treebcdd87eba1cae1fccce601c9b35afb0103de557b
parent25ac65ec5e651fa2d2076123fc0ef21b63800829 (diff)
downloadpkgsrc-11c07a65113d1b55b5a50518ca42a010800e079c.tar.gz
drop reference to gecko-depends.mk.
Doesn't build with xulrunner, but package is already marked as broken.
-rw-r--r--www/skipstone/Makefile6
-rw-r--r--www/skipstone/options.mk9
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