diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-22 12:33:39 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-22 12:33:39 +0800 |
commit | d6978184630ba8ca8973687f58a20e712df6c8d4 (patch) | |
tree | f813deb24b0dee6d87c010e932bbb08b2837dbcc /www | |
parent | 3ea2989c33e6e3f59ed5e59da49c9be231a9aaac (diff) | |
download | marcuscom-ports-d6978184630ba8ca8973687f58a20e712df6c8d4.tar marcuscom-ports-d6978184630ba8ca8973687f58a20e712df6c8d4.tar.gz marcuscom-ports-d6978184630ba8ca8973687f58a20e712df6c8d4.tar.bz2 marcuscom-ports-d6978184630ba8ca8973687f58a20e712df6c8d4.tar.lz marcuscom-ports-d6978184630ba8ca8973687f58a20e712df6c8d4.tar.xz marcuscom-ports-d6978184630ba8ca8973687f58a20e712df6c8d4.tar.zst marcuscom-ports-d6978184630ba8ca8973687f58a20e712df6c8d4.zip |
- Remove need for gcc3.4 if built with firefox since we are now back to
firefox 1.0
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4288 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-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 d7d51a93a..2868610a3 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.74 2005/07/11 22:06:11 marcus Exp $ +# $MCom: ports/www/epiphany/Makefile,v 1.75 2005/07/14 05:52:04 ahze Exp $ # PORTNAME= epiphany @@ -75,7 +75,7 @@ CONFIGURE_ARGS+= --enable-compile-warnings=no .endif .if ${OSVERSION} < 500000 -.if ${MOZILLA}=="mozilla-devel" || ${MOZILLA}=="firefox" +.if ${MOZILLA}=="mozilla-devel" USE_GCC= 3.4 .endif .endif |