[SVN-Commit] r1084 - trunk/www/seamonkey
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Sat Oct 27 21:33:14 UTC 2012
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
More information about the freebsd-gecko
mailing list