diff options
-rw-r--r-- | www/libxul/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/libxul/Makefile b/www/libxul/Makefile index 4a50181a4300..f24ca665e630 100644 --- a/www/libxul/Makefile +++ b/www/libxul/Makefile @@ -51,8 +51,7 @@ OPTIONS= DBUS "Enable D-BUS support" on .include <bsd.port.pre.mk> -GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 '%{\!pg: %{pthread:' | ${SED -} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} +GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 '%{\!pg: %{pthread:' | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} .if ${OSVERSION} < 700000 LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio |