[30446] trunk/dports/aqua/aquaterm/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Oct 27 22:43:42 PDT 2007


Revision: 30446
          http://trac.macosforge.org/projects/macports/changeset/30446
Author:   takanori at macports.org
Date:     2007-10-27 22:43:42 -0700 (Sat, 27 Oct 2007)

Log Message:
-----------
Allow building on Leopard.

Modified Paths:
--------------
    trunk/dports/aqua/aquaterm/Portfile

Modified: trunk/dports/aqua/aquaterm/Portfile
===================================================================
--- trunk/dports/aqua/aquaterm/Portfile	2007-10-28 04:18:19 UTC (rev 30445)
+++ trunk/dports/aqua/aquaterm/Portfile	2007-10-28 05:43:42 UTC (rev 30446)
@@ -54,20 +54,20 @@
 		${workpath}/adapters/pgplot/ReadMe
 }
 
-set xcodebuilddir		build
-
+set xcodebuilddir build/Deployment
 platform darwin 7 {
 	 post-extract {
 	 	      cd ${workpath}/${name}
 	 	      file link -symbolic AquaTermFwk-Info.plist AquaTerm.framework-Info.plist
 	}
+	set xcodebuilddir build
 }
 
 platform darwin 8 {
-if {$xcodeversion == "2.1"} {
-	set xcodebuilddir	build/Deployment
+	if {$xcodeversion != "2.1"} {
+	    set xcodebuilddir build
+	}
 }
-}
 
 build.type		pbx
 build.dir		${workpath}/${name}

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


More information about the macports-changes mailing list