diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 14:21:46 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 14:21:46 +0800 |
commit | a048be6d33b3cc36897a6c1ff56b3123fe4882bb (patch) | |
tree | a1bc95a88408347209af32ce9d270f62a68d31ed /www/firefox-esr | |
parent | 08fd42a6ba4cfc15ec8814217e373f4372da0992 (diff) | |
download | freebsd-ports-gnome-a048be6d33b3cc36897a6c1ff56b3123fe4882bb.tar.gz freebsd-ports-gnome-a048be6d33b3cc36897a6c1ff56b3123fe4882bb.tar.zst freebsd-ports-gnome-a048be6d33b3cc36897a6c1ff56b3123fe4882bb.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'www/firefox-esr')
-rw-r--r-- | www/firefox-esr/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 84823e17d917..3e48e4eeb15a 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -52,10 +52,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 - .if ${ARCH} == "sparc64" && ${OSVERSION} < 601101 IGNORE= does not run, update to 6.2-RELEASE or newer .endif |