[85600] trunk/dports/devel/libnotify/Portfile

jmr at macports.org jmr at macports.org
Fri Oct 14 19:52:15 PDT 2011


Revision: 85600
          http://trac.macports.org/changeset/85600
Author:   jmr at macports.org
Date:     2011-10-14 19:52:10 -0700 (Fri, 14 Oct 2011)
Log Message:
-----------
libnotify: check for darwin too, just to be thorough

Modified Paths:
--------------
    trunk/dports/devel/libnotify/Portfile

Modified: trunk/dports/devel/libnotify/Portfile
===================================================================
--- trunk/dports/devel/libnotify/Portfile	2011-10-15 01:08:18 UTC (rev 85599)
+++ trunk/dports/devel/libnotify/Portfile	2011-10-15 02:52:10 UTC (rev 85600)
@@ -33,7 +33,7 @@
 }
 
 pre-activate {
-	if {${os.major} == 11 && [lindex [split ${os.version} .] 1] < 2} {
+	if {${os.major} == 11 && [lindex [split ${os.version} .] 1] < 2 && ${os.platform} == "darwin"} {
 		ui_error "You must first update to OS X 10.7.2."
 		return -code error "You must first update to OS X 10.7.2."
 	}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111014/652af370/attachment.html>


More information about the macports-changes mailing list