[SVN-Commit] r303 - branches/experimental/www/seamonkey2
trunk/www/seamonkey2
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Fri Apr 9 21:46:34 UTC 2010
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=
More information about the freebsd-gecko
mailing list