Modified: trunk/dports/sysutils/screen/Portfile (112774 => 112775)
--- trunk/dports/sysutils/screen/Portfile 2013-10-31 15:07:14 UTC (rev 112774)
+++ trunk/dports/sysutils/screen/Portfile 2013-10-31 15:29:35 UTC (rev 112775)
@@ -75,7 +75,7 @@
patchfiles-append patch-config.h.in patch-configure patch-pty.c patch-window.c patch-screen.c-leopard
}
-if {${os.platform} == "darwin" && ${os.major} >= 10 && ${os.major} <= 12} {
+if {${os.platform} == "darwin" && ${os.major} >= 10 && ${os.major} <= 13} {
# These patches are based on http://www.opensource.apple.com/source/screen/screen-16/patches/
# The vproc_priv.h is the private header from launchd, used in Apple's 10.6 screen patches
# We copied the header file from http://launchd.macosforge.org/trac/browser/trunk/launchd/src/vproc_priv.h, r23776