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

Reply via email to