Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Apr 2010 21:46:27 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r303 - branches/experimental/www/seamonkey2 trunk/www/seamonkey2
Message-ID:  <201004092146.o39LkRAp097624@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Fri Apr  9 21:46:26 2010
New Revision: 303

Log:
- Restore USE_MOZILLA dependencies as they where changed accidentally with
  the last commit.

Modified:
   branches/experimental/www/seamonkey2/Makefile
   trunk/www/seamonkey2/Makefile

Modified: branches/experimental/www/seamonkey2/Makefile
==============================================================================
--- branches/experimental/www/seamonkey2/Makefile	Tue Apr  6 08:19:50 2010	(r302)
+++ branches/experimental/www/seamonkey2/Makefile	Fri Apr  9 21:46:26 2010	(r303)
@@ -39,7 +39,7 @@
 		--enable-svg-renderer=cairo	\
 		--enable-system-cairo		\
 		--enable-canvas
-USE_MOZILLA=	-png dbm -jpeg -xft
+USE_MOZILLA=	-png -dbm -jpeg -xft
 MOZ_TOOLKIT=	cairo-gtk2
 MOZILLA_PLIST_DIRS=	bin lib
 MOZ_PKGCONFIG_FILES=

Modified: trunk/www/seamonkey2/Makefile
==============================================================================
--- trunk/www/seamonkey2/Makefile	Tue Apr  6 08:19:50 2010	(r302)
+++ trunk/www/seamonkey2/Makefile	Fri Apr  9 21:46:26 2010	(r303)
@@ -39,7 +39,7 @@
 		--enable-svg-renderer=cairo	\
 		--enable-system-cairo		\
 		--enable-canvas
-USE_MOZILLA=	-png dbm -jpeg -xft
+USE_MOZILLA=	-png -dbm -jpeg -xft
 MOZ_TOOLKIT=	cairo-gtk2
 MOZILLA_PLIST_DIRS=	bin lib
 MOZ_PKGCONFIG_FILES=



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