aboutsummaryrefslogtreecommitdiffstats
path: root/net/nakenchat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/nakenchat/Makefile')
-rw-r--r--net/nakenchat/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/nakenchat/Makefile b/net/nakenchat/Makefile
index 5eb156a34bc8..3f78aa5030ed 100644
--- a/net/nakenchat/Makefile
+++ b/net/nakenchat/Makefile
@@ -13,4 +13,10 @@ MASTER_SITES= http://www.mikekohn.com/nakenchat/
MAINTAINER= mike@mikekohn.net
COMMENT= Small (under 50k) chat server with many features
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502102
+IGNORE= Does not respect PTHREAD_{CFLAGS,LIBS} (or CFLAGS or CC, ...)
+.endif
+
+.include <bsd.port.post.mk>