From 7d45b3d1ae8033460401aca5049a66f45d9d44e0 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 28 Aug 2010 19:21:44 +0000 Subject: Remove SEED support until gir support can be fixed. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14476 df743ca5-7f9a-e211-a948-0013205c9059 --- www/epiphany/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'www') diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 25ff4e612..8e2c8e9d0 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/www/epiphany/Makefile,v 1.233 2010/08/19 07:13:32 kwm Exp $ +# $MCom: ports/www/epiphany/Makefile,v 1.234 2010/08/26 19:58:46 kwm Exp $ # PORTNAME= epiphany @@ -50,8 +50,8 @@ PLIST_SUB+= EPHY_VERSION="${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}" MAN1= epiphany.1 OPTIONS= NSS "Import passwords from 2.26 and older on first run" on \ - SEED "Enable seed (JavaScript) support" on \ SPELLCHECK "Enable spell checking by default" on +# SEED "Enable seed (JavaScript) support" off \ .if defined(PACKAGE_BUILDING) .undef WITHOUT_GNOME @@ -73,10 +73,10 @@ CONFIGURE_ARGS+=--enable-nss CONFIGURE_ARGS+=--disable-nss .endif -.if defined(WITH_SEED) -LIB_DEPENDS+= seed.0:${PORTSDIR}/devel/seed -CONFIGURE_ARGS+=--enable-seed -.endif +#.if defined(WITH_SEED) +#LIB_DEPENDS+= seed.0:${PORTSDIR}/devel/seed +#CONFIGURE_ARGS+=--enable-seed +#.endif .if defined(WITH_SPELLCHECK) EXTRA_PATCHES+= ${FILESDIR}/extra-patch-embed_ephy-embed-prefs.c -- cgit v1.2.3