[SVN-Commit] r1755 - in trunk: mail/thunderbird www/seamonkey

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Tue Nov 4 18:32:42 UTC 2014


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}


More information about the freebsd-gecko mailing list