[SVN-Commit] r1489 - trunk/www/seamonkey
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Tue Feb 11 03:20:02 UTC 2014
Author: jbeich
Date: Tue Feb 11 03:19:54 2014
New Revision: 1489
Log:
put new enigmail code under ifdef
Modified:
trunk/www/seamonkey/Makefile
Modified: trunk/www/seamonkey/Makefile
==============================================================================
--- trunk/www/seamonkey/Makefile Tue Feb 11 03:15:48 2014 (r1488)
+++ trunk/www/seamonkey/Makefile Tue Feb 11 03:19:54 2014 (r1489)
@@ -155,9 +155,11 @@
(cd ${MOZSRC} && ${AUTOCONF})
(cd ${MOZSRC}/js/src/ && ${AUTOCONF})
+.if ${PORT_OPTIONS:MMAILNEWS} && ${PORT_OPTIONS:MENIGMAIL}
post-configure:
cd ${WRKSRC}/mailnews/extensions/enigmail/ && \
${SETENV} ${MAKE_ENV} ./configure
+.endif
.if ${PORT_OPTIONS:MMAILNEWS} && ${PORT_OPTIONS:MENIGMAIL}
post-build:
More information about the freebsd-gecko
mailing list