diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-25 05:00:46 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-25 05:00:46 +0800 |
commit | f9b3837d40632dae616e3d3c39236ad0a5841fb0 (patch) | |
tree | 37c8ec756d5212e8a55f47dde14451b2e9cd7c0a /www/firefox3-devel | |
parent | eeef6033a2101e5eb41e516fdcd011d379101483 (diff) | |
download | marcuscom-ports-f9b3837d40632dae616e3d3c39236ad0a5841fb0.tar marcuscom-ports-f9b3837d40632dae616e3d3c39236ad0a5841fb0.tar.gz marcuscom-ports-f9b3837d40632dae616e3d3c39236ad0a5841fb0.tar.bz2 marcuscom-ports-f9b3837d40632dae616e3d3c39236ad0a5841fb0.tar.lz marcuscom-ports-f9b3837d40632dae616e3d3c39236ad0a5841fb0.tar.xz marcuscom-ports-f9b3837d40632dae616e3d3c39236ad0a5841fb0.tar.zst marcuscom-ports-f9b3837d40632dae616e3d3c39236ad0a5841fb0.zip |
Remove the BROKEN/IGNORE on FreeBSD 4.x. I am only doing it basic, so we
can worry about remove some different kind of checks for 4.x later.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8389 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/firefox3-devel')
-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 |