diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-14 13:52:04 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-14 13:52:04 +0800 |
commit | d4b33109b8672eff58fb3b1d9a95d123e65eb656 (patch) | |
tree | d3e5b568facab14af7ab63a77d12d89fddda856b /www/epiphany-extensions | |
parent | 8d516440010f466d2607a2a4b7802905576935df (diff) | |
download | marcuscom-ports-d4b33109b8672eff58fb3b1d9a95d123e65eb656.tar marcuscom-ports-d4b33109b8672eff58fb3b1d9a95d123e65eb656.tar.gz marcuscom-ports-d4b33109b8672eff58fb3b1d9a95d123e65eb656.tar.bz2 marcuscom-ports-d4b33109b8672eff58fb3b1d9a95d123e65eb656.tar.lz marcuscom-ports-d4b33109b8672eff58fb3b1d9a95d123e65eb656.tar.xz marcuscom-ports-d4b33109b8672eff58fb3b1d9a95d123e65eb656.tar.zst marcuscom-ports-d4b33109b8672eff58fb3b1d9a95d123e65eb656.zip |
- Use firefox by default
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4243 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany-extensions')
-rw-r--r-- | www/epiphany-extensions/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index bc64260c6..0b4c6a570 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/epiphany-extensions/Makefile,v 1.46 2005/07/01 18:07:12 marcus Exp $ +# $MCom: ports/www/epiphany-extensions/Makefile,v 1.47 2005/07/11 22:24:34 marcus Exp $ # PORTNAME= epiphany PORTVERSION= 1.7.2 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/1.7 @@ -28,8 +29,9 @@ HEADERS_SUFX= MOZ_BUILD= mozilla .if !defined(WITH_MOZILLA) -MOZILLA= mozilla +MOZILLA= firefox HEADERS_SUFX= +MOZ_BUILD= firefox .else .if ${WITH_MOZILLA}=="firefox" MOZILLA= firefox @@ -39,8 +41,9 @@ MOZ_BUILD= firefox MOZILLA= mozilla-devel HEADERS_SUFX= -devel .else -MOZILLA= mozilla +MOZILLA= firefox HEADERS_SUFX= +MOZ_BUILD= firefox .endif .endif .endif @@ -82,10 +85,10 @@ USE_GCC= 3.4 pre-everything:: @${ECHO_MSG} "" - @${ECHO_MSG} " By default epiphany-extensions builds with www/mozilla support, but you can" + @${ECHO_MSG} " By default epiphany-extensions builds with www/firefox support, but you can" @${ECHO_MSG} " change this by defining WITH_MOZILLA to one of the following values:" @${ECHO_MSG} - @${ECHO_MSG} " firefox " + @${ECHO_MSG} " mozilla " @${ECHO_MSG} " mozilla-devel " @${ECHO_MSG} "" @${ECHO_MSG} "Epiphany-extensions also supports the following tunable option(s):" |