summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-02-22 16:15:07 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-02-22 16:15:07 +0800
commit188a7f6c017f42b077f6e93efc6faef2ae43a3e0 (patch)
treeac33d4cd670036bfe50d33f802974df637e38ed9
parent671310cacc2e2a1b82f1b5b8e1a32dbceb79ec38 (diff)
downloadmarcuscom-ports-188a7f6c017f42b077f6e93efc6faef2ae43a3e0.tar
marcuscom-ports-188a7f6c017f42b077f6e93efc6faef2ae43a3e0.tar.gz
marcuscom-ports-188a7f6c017f42b077f6e93efc6faef2ae43a3e0.tar.bz2
marcuscom-ports-188a7f6c017f42b077f6e93efc6faef2ae43a3e0.tar.lz
marcuscom-ports-188a7f6c017f42b077f6e93efc6faef2ae43a3e0.tar.xz
marcuscom-ports-188a7f6c017f42b077f6e93efc6faef2ae43a3e0.tar.zst
marcuscom-ports-188a7f6c017f42b077f6e93efc6faef2ae43a3e0.zip
Remove xulrunner from USE_GECKO. It is supported but the xulrunner port
doesn't install a .pc file which epi wants. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11903 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 36f484593..1a31fff69 100644
--- a/www/epiphany/Makefile
+++ b/www/epiphany/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/www/epiphany/Makefile,v 1.190 2009/02/21 22:50:36 kwm Exp $
#
PORTNAME= epiphany
@@ -60,7 +60,7 @@ EXTRA_LIBS+= `pkg-config --libs WebKitGtk`
CONFLICTS= epiphany-[1-9]*
PLIST_SUB+= GECKO="@comment "
.else
-USE_GECKO+= firefox xulrunner
+USE_GECKO+= firefox
CONFIGURE_ARGS+= --with-gecko=${GECKO} \
--with-engine=mozilla
.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk"