aboutsummaryrefslogtreecommitdiff
path: root/www/mozilla-embedded-vendor
diff options
context:
space:
mode:
Diffstat (limited to 'www/mozilla-embedded-vendor')
-rw-r--r--www/mozilla-embedded-vendor/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla-embedded-vendor/Makefile b/www/mozilla-embedded-vendor/Makefile
index 77494d168682..3caa26548642 100644
--- a/www/mozilla-embedded-vendor/Makefile
+++ b/www/mozilla-embedded-vendor/Makefile
@@ -29,7 +29,7 @@ do-build:
cd ${WRKSRC}/embedding/config && ${SETENV} ${MAKE_ENV} ${GMAKE} \
${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}
(cd ${WRKSRC}/dist/bin && \
- ${ENV} LD_LIBRARY_PATH=${WRKSRC}/dist/Embed \
+ ${SETENV} LD_LIBRARY_PATH=${WRKSRC}/dist/Embed \
MOZILLA_FIVE_HOME=${WRKSRC}/dist/Embed ./regxpcom)
find ${WRKSRC}/dist/Embed -name "*.so" | xargs strip