aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/yawho/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/yawho/Makefile')
-rw-r--r--sysutils/yawho/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/sysutils/yawho/Makefile b/sysutils/yawho/Makefile
index 6758c9873fb7..7d1daab3e308 100644
--- a/sysutils/yawho/Makefile
+++ b/sysutils/yawho/Makefile
@@ -12,6 +12,13 @@ MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/
MAINTAINER= dannyboy@FreeBSD.org
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500014
+pre-patch:
+ @${PERL} -pi -e 's/kp_.?proc\.._/ki_/' ${WRKSRC}/process.c
+.endif
+
GNU_CONFIGURE= yes
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>