diff options
author | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-04-03 21:13:41 +0800 |
---|---|---|
committer | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-04-03 21:13:41 +0800 |
commit | 1451f86a8be8155c126b50e4b5918e65b5fbb470 (patch) | |
tree | 31c9cca43a629b13a10e6568a2eec95030d372d9 | |
parent | d8b6ae7fb036baf5e24072c59e52e45031d7cfa6 (diff) | |
download | marcuscom-ports-1451f86a8be8155c126b50e4b5918e65b5fbb470.tar marcuscom-ports-1451f86a8be8155c126b50e4b5918e65b5fbb470.tar.gz marcuscom-ports-1451f86a8be8155c126b50e4b5918e65b5fbb470.tar.bz2 marcuscom-ports-1451f86a8be8155c126b50e4b5918e65b5fbb470.tar.lz marcuscom-ports-1451f86a8be8155c126b50e4b5918e65b5fbb470.tar.xz marcuscom-ports-1451f86a8be8155c126b50e4b5918e65b5fbb470.tar.zst marcuscom-ports-1451f86a8be8155c126b50e4b5918e65b5fbb470.zip |
Turn on seed support by default.
No objection from: kwm
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14009 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | www/epiphany/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index da1cbcf52..310b1f740 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.224 2010/03/11 16:36:48 kwm Exp $ +# $MCom: ports/www/epiphany/Makefile,v 1.225 2010/04/01 22:14:35 kwm Exp $ # PORTNAME= epiphany @@ -49,7 +49,7 @@ 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" off \ + SEED "Enable seed (JavaScript) support" on \ SPELLCHECK "Enable spell checking by default" on .if defined(PACKAGE_BUILDING) |