Revision
116777
Author
ryandesign@macports.org
Date
2014-02-06 18:20:20 -0800 (Thu, 06 Feb 2014)

Log Message

swarm: remove Mavericks build prohibition; r110660 didn't explain why it was added, and it builds fine for me

Modified Paths

Diff

Modified: trunk/dports/science/swarm/Portfile (116776 => 116777)


--- trunk/dports/science/swarm/Portfile	2014-02-07 00:55:11 UTC (rev 116776)
+++ trunk/dports/science/swarm/Portfile	2014-02-07 02:20:20 UTC (rev 116777)
@@ -30,17 +30,6 @@
 
 universal_variant   no
 
-platform darwin {
-    if {${os.major} >= 13} {
-        depends_lib
-        depends_run
-        pre-fetch {
-            ui_error "$name does not build on Mavericks or later."
-            error "unsupported platform"
-        }
-    }
-}
-
 patchfiles          patch-libpng-1.5.diff
 
 post-patch {