[83438] trunk/dports/aqua/qt4-mac-devel/Portfile

michaelld at macports.org michaelld at macports.org
Thu Sep 1 06:58:46 PDT 2011


Revision: 83438
          http://trac.macports.org/changeset/83438
Author:   michaelld at 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:
--------------
    trunk/dports/aqua/qt4-mac-devel/Portfile

Modified: trunk/dports/aqua/qt4-mac-devel/Portfile
===================================================================
--- 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]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110901/d75e2ada/attachment.html>


More information about the macports-changes mailing list