Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2014 03:19:54 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1489 - trunk/www/seamonkey
Message-ID:  <201402110319.s1B3JsBf058311@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402110319.s1B3JsBf058311>