summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoravl <avl@df743ca5-7f9a-e211-a948-0013205c9059>2010-04-03 21:13:41 +0800
committeravl <avl@df743ca5-7f9a-e211-a948-0013205c9059>2010-04-03 21:13:41 +0800
commit1451f86a8be8155c126b50e4b5918e65b5fbb470 (patch)
tree31c9cca43a629b13a10e6568a2eec95030d372d9
parentd8b6ae7fb036baf5e24072c59e52e45031d7cfa6 (diff)
downloadmarcuscom-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/Makefile4
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)