Date: Tue, 4 Nov 2014 18:32:26 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1755 - in trunk: mail/thunderbird www/seamonkey Message-ID: <201411041832.sA4IWQlw092237@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Nov 4 18:32:26 2014
New Revision: 1755
Log:
pass PYTHON envvar to enigmail configure
Modified:
trunk/mail/thunderbird/Makefile
trunk/www/seamonkey/Makefile
Modified: trunk/mail/thunderbird/Makefile
==============================================================================
--- trunk/mail/thunderbird/Makefile Sat Nov 1 14:56:32 2014 (r1754)
+++ trunk/mail/thunderbird/Makefile Tue Nov 4 18:32:26 2014 (r1755)
@@ -143,7 +143,7 @@
.if ${PORT_OPTIONS:MENIGMAIL}
post-configure:
cd ${WRKSRC}/mailnews/extensions/enigmail/ && \
- ${SETENV} ${MAKE_ENV} ./configure
+ ${SETENV} ${CONFIGURE_ENV} ${MAKE_ENV} ./configure
post-build:
${DO_MAKE_BUILD:S/${MAKEFILE}/Makefile/} all xpi \
Modified: trunk/www/seamonkey/Makefile
==============================================================================
--- trunk/www/seamonkey/Makefile Sat Nov 1 14:56:32 2014 (r1754)
+++ trunk/www/seamonkey/Makefile Tue Nov 4 18:32:26 2014 (r1755)
@@ -160,7 +160,7 @@
.if ${PORT_OPTIONS:MMAILNEWS} && ${PORT_OPTIONS:MENIGMAIL}
post-configure:
cd ${WRKSRC}/mailnews/extensions/enigmail/ && \
- ${SETENV} ${MAKE_ENV} ./configure
+ ${SETENV} ${CONFIGURE_ENV} ${MAKE_ENV} ./configure
.endif
.if ${PORT_OPTIONS:MMAILNEWS} && ${PORT_OPTIONS:MENIGMAIL}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411041832.sA4IWQlw092237>
