aboutsummaryrefslogtreecommitdiff
path: root/www/mozilla/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-06-13 09:15:59 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-06-13 09:15:59 +0000
commitf93e60ab7f490bb793402bb02c3893c92d6f9684 (patch)
treed05c17104d9fb35a2695892c9d466e206d0c2213 /www/mozilla/Makefile
parent31c02e16586358074a75855046811c30faac5669 (diff)
downloadports-f93e60ab7f490bb793402bb02c3893c92d6f9684.tar.gz
ports-f93e60ab7f490bb793402bb02c3893c92d6f9684.zip
Several cleanups:
- remove local hack used to build PSM and use vendor-supplied procedure instead; - remove superfluous chmod; - remove several leftovers from mozilla-headers/Makefile. Submitted by: Szilveszter Adam <sziszi@petra.hos.u-szeged.hu>, sobomax
Notes
Notes: svn path=/head/; revision=43934
Diffstat (limited to 'www/mozilla/Makefile')
-rw-r--r--www/mozilla/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile
index fb2e7deb7f6c..7cb247d2733e 100644
--- a/www/mozilla/Makefile
+++ b/www/mozilla/Makefile
@@ -39,6 +39,7 @@ CONFIGURE_ARGS= \
--disable-md \
--disable-pedantic \
--disable-xterm-updates \
+ --enable-crypto \
--enable-double-buffer \
--enable-editor \
--enable-mailnews \
@@ -58,10 +59,8 @@ CONFIGURE_ENV= BSD_PTHREAD_LIBS="${PTHREAD_LIBS}"
MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin
post-build:
- @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} BUILD_MODULES=psm
@${SED} -e "s;@PREFIX@;${PREFIX};g" \
${FILESDIR}/mozilla.sh >${WRKSRC}/mozilla
- @${CHMOD} 555 ${WRKSRC}/mozilla
@(cd ${WRKSRC}/dist/bin; \
${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; \
${ECHO} skin,install,select,classic/1.0 >> chrome/installed-chrome.txt; \