summaryrefslogtreecommitdiffstats
path: root/www/epiphany
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-12-27 15:36:55 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-12-27 15:36:55 +0800
commitc120d69ae983fcdcf34cf4d992c4fb0b51fc0b05 (patch)
treec681bf2db7e45a0b182e92fea7886c37bdb09fcd /www/epiphany
parentebe123b7e234007939d3243ba66a220d770ac803 (diff)
downloadmarcuscom-ports-c120d69ae983fcdcf34cf4d992c4fb0b51fc0b05.tar
marcuscom-ports-c120d69ae983fcdcf34cf4d992c4fb0b51fc0b05.tar.gz
marcuscom-ports-c120d69ae983fcdcf34cf4d992c4fb0b51fc0b05.tar.bz2
marcuscom-ports-c120d69ae983fcdcf34cf4d992c4fb0b51fc0b05.tar.lz
marcuscom-ports-c120d69ae983fcdcf34cf4d992c4fb0b51fc0b05.tar.xz
marcuscom-ports-c120d69ae983fcdcf34cf4d992c4fb0b51fc0b05.tar.zst
marcuscom-ports-c120d69ae983fcdcf34cf4d992c4fb0b51fc0b05.zip
Sync with FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10008 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany')
-rw-r--r--www/epiphany/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile
index 14eaaa607..3372565b8 100644
--- a/www/epiphany/Makefile
+++ b/www/epiphany/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports-experimental/www/epiphany/Makefile,v 1.2 2007/10/22 03:33:34 ahze Exp $
+# $MCom: ports/www/epiphany/Makefile,v 1.157 2007/11/02 12:51:16 ahze Exp $
#
PORTNAME= epiphany
@@ -44,6 +44,8 @@ PLIST_SUB+= EPHY_VERSION="${PORTVERSION:C/\.[0-9]+$//}" \
MAN1= epiphany.1
+OPTIONS SPELL_CHECKER "Enable spell checking support" off
+
.if defined(PACKAGE_BUILDING)
.undef WITHOUT_GNOME
WITH_GNOME= yes
@@ -82,6 +84,11 @@ CONFIGURE_ARGS+=--disable-python
PLIST_SUB+= PYTHON="@comment "
.endif
+.if defined(WITH_SPELL_CHECKER)
+LIB_DEPENDS+= enchant.1:${PORTSDIR}/textproc/enchant
+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 \