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}
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to