[35091] trunk/dports/www/seamonkey/Portfile

afb at macports.org afb at macports.org
Mon Mar 17 03:13:05 PDT 2008


Revision: 35091
          http://trac.macosforge.org/projects/macports/changeset/35091
Author:   afb at macports.org
Date:     2008-03-17 03:13:03 -0700 (Mon, 17 Mar 2008)

Log Message:
-----------
mention non-tiger, minor cleanup

Modified Paths:
--------------
    trunk/dports/www/seamonkey/Portfile

Modified: trunk/dports/www/seamonkey/Portfile
===================================================================
--- trunk/dports/www/seamonkey/Portfile	2008-03-17 10:00:26 UTC (rev 35090)
+++ trunk/dports/www/seamonkey/Portfile	2008-03-17 10:13:03 UTC (rev 35091)
@@ -2,9 +2,9 @@
 
 PortSystem 1.0
 
-name		seamonkey	
+name		seamonkey
 version		1.1.4
-categories	www	
+categories	www
 description	Mozilla browser.
 long_description	${description}
 homepage	http://www.mozilla.org/projects/seamonkey/
@@ -70,10 +70,6 @@
 		configure.args-append --disable-crypto
 }
 
-platform darwin 8 {
-		configure.args-append --enable-macos-target=10.4
-}
-
 # needs to be build on HFS 
 variant aqua { 
 		configure.args-delete --enable-default-toolkit=gtk2
@@ -85,3 +81,19 @@
 		depends_lib-append bin:glib-config:glib1 port:libidl1
 		patchfiles-delete  patch-executable_path.diff
 }
+
+platform darwin 7 {
+		configure.args-append --enable-macos-target=10.3
+}
+
+platform darwin 8 {
+		configure.args-append --enable-macos-target=10.4
+}
+
+platform darwin 9 {
+    pre-fetch {
+        ui_msg "WARNING: Mozilla may not work correctly on Leopard, and may simply crash at launch."
+    }
+		configure.args-append --enable-macos-target=10.5
+}
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080317/e34897bf/attachment.html


More information about the macports-changes mailing list