Author: jbeich
Date: Sat Oct 27 21:33:07 2012
New Revision: 1084

Log:
build chatzilla again after r1082

Modified:
   trunk/www/seamonkey/Makefile

Modified: trunk/www/seamonkey/Makefile
==============================================================================
--- trunk/www/seamonkey/Makefile        Sat Oct 27 18:32:16 2012        (r1083)
+++ trunk/www/seamonkey/Makefile        Sat Oct 27 21:33:07 2012        (r1084)
@@ -60,6 +60,12 @@
 
 OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/OSS/ALSA/}
 
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MCHATZILLA}
+MOZ_EXTENSIONS:=       ${MOZ_EXTENSIONS},irc
+.endif
+
 .include <bsd.port.pre.mk>
 
 WRKSRC=                ${WRKDIR}/comm-beta
@@ -103,9 +109,6 @@
                ${XPI_LIBDIR}/${EM_ID}/modules/enigmailCommon.jsm
 .endif
 .endif
-.if ${PORT_OPTIONS:MCHATZILLA}
-MOZ_EXTENSIONS:=       ${MOZ_EXTENSIONS},irc
-.endif
 
 .if ! ${PORT_OPTIONS:MCOMPOSER}
 MOZ_OPTIONS+=  --disable-composer
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to