diff options
author | tnn <tnn@pkgsrc.org> | 2009-08-06 11:34:21 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-08-06 11:34:21 +0000 |
commit | cbd1538fcbc8489a744fa6826a77d1adb17d65d6 (patch) | |
tree | 450baec12b434f98f997c9b7c281a8b8bd3d50c1 /www/epiphany-extensions | |
parent | 72863250d0f0dc5a39831323201e751e09f006da (diff) | |
download | pkgsrc-cbd1538fcbc8489a744fa6826a77d1adb17d65d6.tar.gz |
Switch to xulrunner and bump PKGREVISION.
It builds and installs cleanly but I can't figure out how to enable
extensions, so not tested beyond installation.
Diffstat (limited to 'www/epiphany-extensions')
-rw-r--r-- | www/epiphany-extensions/Makefile | 5 | ||||
-rw-r--r-- | www/epiphany-extensions/options.mk | 15 |
2 files changed, 1 insertions, 19 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index ade2ba1187d..d92263e7fe9 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2009/07/22 09:01:51 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2009/08/06 11:34:21 tnn Exp $ # DISTNAME= epiphany-extensions-2.26.0 @@ -22,8 +22,6 @@ USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --enable-compile-warnings=no CONFIGURE_ARGS+= --with-extensions=all -.include "options.mk" - .include "../../devel/GConf/schemas.mk" .include "../../devel/gettext-lib/buildlink3.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.15.5 @@ -36,7 +34,6 @@ BUILDLINK_API_DEPENDS.glib2+= glib2>=2.15.5 .include "../../mk/omf-scrollkeeper.mk" BUILDLINK_API_DEPENDS.epiphany+= epiphany>=2.26.0 .include "../../www/epiphany/buildlink3.mk" -.include "../../www/seamonkey/gecko-depends.mk" BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.11.6 .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/epiphany-extensions/options.mk b/www/epiphany-extensions/options.mk deleted file mode 100644 index e2e781aac36..00000000000 --- a/www/epiphany-extensions/options.mk +++ /dev/null @@ -1,15 +0,0 @@ -# $NetBSD: options.mk,v 1.1 2006/09/24 16:28:49 salo Exp $ - -# this should use the same gecko option as epiphany -PKG_OPTIONS_VAR= PKG_OPTIONS.epiphany - -.include "../../www/seamonkey/gecko-options.mk" -.include "../../mk/bsd.options.mk" - -.if !empty(PKG_OPTIONS:Mfirefox) -CPPFLAGS+= -I${BUILDLINK_PREFIX.firefox}/include/firefox/dom -CPPFLAGS+= -I${BUILDLINK_PREFIX.firefox}/include/firefox/pref -CPPFLAGS+= -I${BUILDLINK_PREFIX.firefox}/include/firefox/webbrwsr -.else -BROKEN= seamonkey backend is currently not supported -.endif |