From owner-freebsd-gecko@FreeBSD.ORG Sat Oct 27 21:33:14 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B139C215 for ; Sat, 27 Oct 2012 21:33:14 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 359F98FC08 for ; Sat, 27 Oct 2012 21:33:13 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id q9RLXCuC072835 for ; Sat, 27 Oct 2012 21:33:12 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id q9RLX7H0072518 for freebsd-gecko@freebsd.org; Sat, 27 Oct 2012 21:33:07 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sat, 27 Oct 2012 21:33:07 GMT Message-Id: <201210272133.q9RLX7H0072518@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1084 - trunk/www/seamonkey MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Oct 2012 21:33:14 -0000 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 + +.if ${PORT_OPTIONS:MCHATZILLA} +MOZ_EXTENSIONS:= ${MOZ_EXTENSIONS},irc +.endif + .include 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