diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-11 00:39:32 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-11 00:39:32 +0800 |
commit | 5d44b0838d469eea109ca839bd966999a80f92b8 (patch) | |
tree | 9d59864775ce450571d223ba9a5a4ac7fa8d8ee9 | |
parent | d48a46571bd96ee505054c0a0e84bd325ca0eb9f (diff) | |
download | marcuscom-ports-5d44b0838d469eea109ca839bd966999a80f92b8.tar marcuscom-ports-5d44b0838d469eea109ca839bd966999a80f92b8.tar.gz marcuscom-ports-5d44b0838d469eea109ca839bd966999a80f92b8.tar.bz2 marcuscom-ports-5d44b0838d469eea109ca839bd966999a80f92b8.tar.lz marcuscom-ports-5d44b0838d469eea109ca839bd966999a80f92b8.tar.xz marcuscom-ports-5d44b0838d469eea109ca839bd966999a80f92b8.tar.zst marcuscom-ports-5d44b0838d469eea109ca839bd966999a80f92b8.zip |
Remove USE_GCC since 4.x is dead
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9561 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | www/firefox-devel/Makefile | 3 | ||||
-rw-r--r-- | www/firefox3-devel/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/www/firefox-devel/Makefile b/www/firefox-devel/Makefile index cc8e6b375..25c3232f5 100644 --- a/www/firefox-devel/Makefile +++ b/www/firefox-devel/Makefile @@ -3,7 +3,7 @@ # Whom: Alan Eldridge <alane@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/firefox-devel/Makefile,v 1.38 2007/07/05 16:52:19 ahze Exp $ +# $MCom: ports/www/firefox-devel/Makefile,v 1.40 2007/09/10 16:26:49 ahze Exp $ PORTNAME= firefox DISTVERSION= 3.0.a7 @@ -32,7 +32,6 @@ EXTRA_CFLAGS= -O2 HAS_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GCC= 3.4+ NO_MOZPKGINSTALL=yes FIREFOX_ICON= ${MOZILLA}.xpm diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile index cc8e6b375..25c3232f5 100644 --- a/www/firefox3-devel/Makefile +++ b/www/firefox3-devel/Makefile @@ -3,7 +3,7 @@ # Whom: Alan Eldridge <alane@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/firefox-devel/Makefile,v 1.38 2007/07/05 16:52:19 ahze Exp $ +# $MCom: ports/www/firefox-devel/Makefile,v 1.40 2007/09/10 16:26:49 ahze Exp $ PORTNAME= firefox DISTVERSION= 3.0.a7 @@ -32,7 +32,6 @@ EXTRA_CFLAGS= -O2 HAS_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GCC= 3.4+ NO_MOZPKGINSTALL=yes FIREFOX_ICON= ${MOZILLA}.xpm |