diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-27 14:55:16 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-27 14:55:16 +0800 |
commit | d58259ec806754788626ce44703ef5c241456640 (patch) | |
tree | c0db20ed735d90c92372197400fd1d25599b8132 /www/epiphany/Makefile | |
parent | 806e4988bdc47f25083980981a4bef0e1f03d356 (diff) | |
download | marcuscom-ports-d58259ec806754788626ce44703ef5c241456640.tar marcuscom-ports-d58259ec806754788626ce44703ef5c241456640.tar.gz marcuscom-ports-d58259ec806754788626ce44703ef5c241456640.tar.bz2 marcuscom-ports-d58259ec806754788626ce44703ef5c241456640.tar.lz marcuscom-ports-d58259ec806754788626ce44703ef5c241456640.tar.xz marcuscom-ports-d58259ec806754788626ce44703ef5c241456640.tar.zst marcuscom-ports-d58259ec806754788626ce44703ef5c241456640.zip |
Update to 1.7.3, and fix the build with WITH_MOZILLA=mozilla. Note: I'm not
happy with the hack needed to build the Ukranian help translation. I
basically had to remove the translator's name from the copyright holder
list. I have a feeling non-ASCII characters are not permitted here. I will
be filing a bug on this.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4333 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany/Makefile')
-rw-r--r-- | www/epiphany/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 2868610a3..fd722caf4 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -3,12 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/epiphany/Makefile,v 1.75 2005/07/14 05:52:04 ahze Exp $ +# $MCom: ports/www/epiphany/Makefile,v 1.76 2005/07/22 04:33:39 ahze Exp $ # PORTNAME= epiphany -PORTVERSION= 1.7.2 -PORTREVISION= 1 +PORTVERSION= 1.7.3 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.7 @@ -31,9 +30,9 @@ MOZILLA= firefox HEADERS_SUFX= MOZ_BUILD= firefox .else -.if ${WITH_MOZILLA}=="firefox" -MOZILLA= firefox -MOZ_BUILD= firefox +.if ${WITH_MOZILLA}=="mozilla" +MOZILLA= mozilla +MOZ_BUILD= mozilla .else .if ${WITH_MOZILLA}=="mozilla-devel" || ${WITH_MOZILLA}=="mozilla-devel-gtk2" MOZILLA= mozilla-devel |