diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 2009-03-21 18:51:50 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2009-03-21 18:51:50 +0000 |
commit | e4c49b72da9ad6453d1421ca4c2e13d3d790e2d8 (patch) | |
tree | 1e328e5d42b29fb87f23fb43aa0006b0e005b507 /www/firefox | |
parent | 237ee5639fe95e58fb18d7d55b6e8f495ae58d3a (diff) |
Notes
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 767a533671dc..98a2ca68ad91 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -51,7 +51,7 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \ .include <bsd.port.pre.mk> -GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} +GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread: | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} .if ${HAVE_GNOME:Mlibgnomeui}!="" USE_GNOME+= libgnomeui |