diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-11-22 06:24:49 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-11-22 06:24:49 +0000 |
commit | 83fc56bf2f9f286e40f2cd1b0bdc6cb9613bcbf4 (patch) | |
tree | d24d036ce7ab0e46a04e43e26674b6e3bbc01b82 /www/libxul | |
parent | d9e8ad40c842932c2e304c53f6a7916c1ef78b0a (diff) |
gecko: move BUNDLE_LIBS to www/libxul
Notes
Notes:
svn path=/head/; revision=454668
Diffstat (limited to 'www/libxul')
-rw-r--r-- | www/libxul/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/libxul/Makefile b/www/libxul/Makefile index 196fad696217..64402110907f 100644 --- a/www/libxul/Makefile +++ b/www/libxul/Makefile @@ -39,6 +39,7 @@ SHEBANG_FILES= xpcom/idl-parser/xpidl/xpidl.py \ MAKE_ENV= SKIP_GRE_REGISTRATION=1 mozappdir=${PREFIX}/lib/${MOZILLA} LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH} USE_LDCONFIG= ${PREFIX}/lib/${MOZILLA} +BUNDLE_LIBS= yes MOZ_OPTIONS?= --enable-application=xulrunner MOZ_CHANNEL= esr |