diff options
author | Koop Mast <kwm@FreeBSD.org> | 2009-06-10 08:27:58 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2009-06-10 08:27:58 +0000 |
commit | e621fba558a41a8fbe60cd10c2f62107b1c32d9f (patch) | |
tree | 4f690b1fff15f3eb9ceca16ef018577a3c1f9e55 /www/epiphany | |
parent | 0b7cd1cd84de6daec8e2761e5e2dbe168b76104c (diff) |
Remove epiphany-webkit.
It currently doesn't build. And the next major version
of epiphany only supports webkit. We don't need a slave port for it.
Notes
Notes:
svn path=/head/; revision=235537
Diffstat (limited to 'www/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index f9de5294a224..6a818afb6659 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -52,15 +52,6 @@ WITH_GNOME= yes .include <bsd.port.pre.mk> -.if defined(EPHY_SLAVE) && ${EPHY_SLAVE}=="webkit" -LIB_DEPENDS+= webkit-1.0.1:${PORTSDIR}/www/webkit-gtk2 -CONFIGURE_ARGS+= --with-engine=webkit -EXTRA_CFLAGS+= `pkg-config --cflags WebKitGtk` -I${LOCALBASE}/include/WebKit/webkit -EXTRA_LIBS+= `pkg-config --libs WebKitGtk` -CONFLICTS= epiphany-[1-9]* -PLIST_SUB+= GECKO="@comment " -PLUGIN_SYMLINK= 18 -.else USE_GECKO+= firefox libxul CONFIGURE_ARGS+= --with-gecko=${GECKO} \ --with-engine=mozilla \ @@ -74,7 +65,6 @@ CONFIGURE_ENV+=gecko_cv_xpcom_program_check="yes" .else PLUGIN_SYMLINK= 18 .endif -.endif NO_WERROR= yes # allow build with more warnings enabled @@ -99,7 +89,6 @@ CONFIGURE_ARGS+=--enable-spell-checker .endif post-patch: - @${REINPLACE_CMD} -e 's|WebKitGdk|WebKitGtk|' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-lpthread|${PTHREAD_LIBS}|g' @${REINPLACE_CMD} -e 's|execinfo.h|#|g ; \ |