Date: Sat, 27 Oct 2012 21:33:07 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1084 - trunk/www/seamonkey Message-ID: <201210272133.q9RLX7H0072518@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210272133.q9RLX7H0072518>
