Changeset 28274 for trunk/dports


Ignore:
Timestamp:
Aug 27, 2007, 8:14:32 AM (17 years ago)
Author:
rhwood@…
Message:

Fix stupid logic error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/gtk2/Portfile

    r28266 r28274  
    5454                }
    5555        }
    56         if {${os.platform} == "darwin" && [rpm-vercomp ${os.version} 8.0] < 0 && [file exists ${prefix}/bin/cups-config]} {
     56        if {${os.platform} == "darwin" && [rpm-vercomp ${os.version} 8.0] >= 0 && [file exists ${prefix}/bin/cups-config]} {
    5757                return -code 1 "\nThe cups-headers port may prevent building this port.  Please uninstall\n(or deactivate) cups-headers and restart the build.\n"
    5858        }
Note: See TracChangeset for help on using the changeset viewer.