Modified: trunk/dports/sysutils/tmux/Portfile (104682 => 104683)
--- trunk/dports/sysutils/tmux/Portfile 2013-03-31 13:44:30 UTC (rev 104682)
+++ trunk/dports/sysutils/tmux/Portfile 2013-03-31 13:50:13 UTC (rev 104683)
@@ -23,8 +23,7 @@
depends_lib port:libevent port:ncurses
patchfiles tmux.1.diff \
- tmux.h.diff \
- osdep-darwin.patch
+ tmux.h.diff
configure.env "LIBS=-lresolv"
Deleted: trunk/dports/sysutils/tmux/files/osdep-darwin.patch (104682 => 104683)
--- trunk/dports/sysutils/tmux/files/osdep-darwin.patch 2013-03-31 13:44:30 UTC (rev 104682)
+++ trunk/dports/sysutils/tmux/files/osdep-darwin.patch 2013-03-31 13:50:13 UTC (rev 104683)
@@ -1,10 +0,0 @@
---- osdep-darwin.c.old 2013-03-31 14:37:30.000000000 +0100
-+++ osdep-darwin.c 2013-03-31 14:36:21.000000000 +0100
-@@ -20,6 +20,7 @@
-
- #include <event.h>
- #include <libproc.h>
-+#include <sys/proc_info.h>
- #include <stdlib.h>
- #include <string.h>
- #include <unistd.h>