Revision
83438
Author
michaelld@macports.org
Date
2011-09-01 06:58:45 -0700 (Thu, 01 Sep 2011)

Log Message

qt4-mac-devel: Fix setting of MINOR variable.

Modified Paths

Diff

Modified: trunk/dports/aqua/qt4-mac-devel/Portfile (83437 => 83438)


--- trunk/dports/aqua/qt4-mac-devel/Portfile	2011-09-01 13:58:09 UTC (rev 83437)
+++ trunk/dports/aqua/qt4-mac-devel/Portfile	2011-09-01 13:58:45 UTC (rev 83438)
@@ -94,7 +94,7 @@
 
 # hopefully the macosx_deployment_target exists and is set by now.  if
 # not, last resort (which is not desirable) is to use the os.version.
-if {${macosx_deployment_target} == ""} {
+if {${macosx_deployment_target} != ""} {
     set MINOR [lindex [split ${macosx_deployment_target} "."] 1]
 } else {
     set MINOR [expr [lindex [split ${os.version} "."] 0] - 4]