pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/skipstone drop reference to gecko-depends.mk.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/375c03600f1d
branches:  trunk
changeset: 396959:375c03600f1d
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Aug 06 12:30:12 2009 +0000

description:
drop reference to gecko-depends.mk.
Doesn't build with xulrunner, but package is already marked as broken.

diffstat:

 www/skipstone/Makefile   |  6 +++---
 www/skipstone/options.mk |  9 +--------
 2 files changed, 4 insertions(+), 11 deletions(-)

diffs (47 lines):

diff -r 050b67cda9e1 -r 375c03600f1d www/skipstone/Makefile
--- a/www/skipstone/Makefile    Thu Aug 06 12:21:37 2009 +0000
+++ b/www/skipstone/Makefile    Thu Aug 06 12:30:12 2009 +0000
@@ -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+=       --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 -r 050b67cda9e1 -r 375c03600f1d www/skipstone/options.mk
--- a/www/skipstone/options.mk  Thu Aug 06 12:21:37 2009 +0000
+++ b/www/skipstone/options.mk  Thu Aug 06 12:30:12 2009 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index