diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-07 09:14:21 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-07 09:14:21 +0800 |
commit | 122158b83807736023e7ec47c12569a04ec6d0ce (patch) | |
tree | fb07b57aef67073b3eaf9cd6d44bad907491f503 | |
parent | 3b3c234d6888d521939ce9f8ede20bc2121584bb (diff) | |
download | marcuscom-ports-122158b83807736023e7ec47c12569a04ec6d0ce.tar marcuscom-ports-122158b83807736023e7ec47c12569a04ec6d0ce.tar.gz marcuscom-ports-122158b83807736023e7ec47c12569a04ec6d0ce.tar.bz2 marcuscom-ports-122158b83807736023e7ec47c12569a04ec6d0ce.tar.lz marcuscom-ports-122158b83807736023e7ec47c12569a04ec6d0ce.tar.xz marcuscom-ports-122158b83807736023e7ec47c12569a04ec6d0ce.tar.zst marcuscom-ports-122158b83807736023e7ec47c12569a04ec6d0ce.zip |
- Remove xulrunner support, the hack wasn't needed in the first place and
epiphany doesn't support this version of xulrunner anyways.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6371 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 ebcb6dd81..3abfa8be5 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.114 2006/05/15 21:52:06 ahze Exp $ +# $MCom: ports/www/epiphany/Makefile,v 1.115 2006/06/06 17:16:42 ahze Exp $ # PORTNAME= epiphany @@ -25,7 +25,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_PYTHON= yes GNOME_DESKTOP_VERSION=2 -USE_GECKO= firefox mozilla seamonkey firefox-devel<->firefox xulrunner<->seamonkey +USE_GECKO= firefox mozilla seamonkey firefox-devel<->firefox USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop desktopfileutils \ libgnomeprintui WANT_GNOME= yes |