diff options
Diffstat (limited to 'www/firefox3-devel/Makefile')
-rw-r--r-- | www/firefox3-devel/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile index b1dbedaa2..b3b7f194c 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.34 2006/12/22 02:06:26 mezz Exp $ +# $MCom: ports/www/firefox-devel/Makefile,v 1.35 2007/02/11 14:19:29 ahze Exp $ PORTNAME= firefox DISTVERSION= 3.0.a2 @@ -54,10 +54,6 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \ GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} -.if ${OSVERSION} < 500000 -BROKEN= does not build -.endif - MOZ_OPTIONS+= --disable-svg #.if ${OSVERSION} >= 600000 # Needs MOZ_TOOLKIT=cairo-gtk2 |