diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-08-29 03:21:44 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-08-29 03:21:44 +0800 |
commit | 7d45b3d1ae8033460401aca5049a66f45d9d44e0 (patch) | |
tree | df34b63c4a97a44ee2cd516b277a0e1fd6ba7881 /www | |
parent | 8a7a8bcedfc7c1bbaed0d593fc512a1359f5baf8 (diff) | |
download | marcuscom-ports-7d45b3d1ae8033460401aca5049a66f45d9d44e0.tar marcuscom-ports-7d45b3d1ae8033460401aca5049a66f45d9d44e0.tar.gz marcuscom-ports-7d45b3d1ae8033460401aca5049a66f45d9d44e0.tar.bz2 marcuscom-ports-7d45b3d1ae8033460401aca5049a66f45d9d44e0.tar.lz marcuscom-ports-7d45b3d1ae8033460401aca5049a66f45d9d44e0.tar.xz marcuscom-ports-7d45b3d1ae8033460401aca5049a66f45d9d44e0.tar.zst marcuscom-ports-7d45b3d1ae8033460401aca5049a66f45d9d44e0.zip |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
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 <marcus@FreeBSD.org> # # $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 |