aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-07 13:03:22 +0800
committerkris <kris@FreeBSD.org>2004-03-07 13:03:22 +0800
commit31f6a257ec5fc70d11bffd30feff4a615c4cc4f8 (patch)
tree8b2a2da75ef9def934a87ac3f1139bdae7a62658 /net
parent7d8b061b1e0e083f7e9a2185cba42d48d1b652a5 (diff)
downloadfreebsd-ports-gnome-31f6a257ec5fc70d11bffd30feff4a615c4cc4f8.tar.gz
freebsd-ports-gnome-31f6a257ec5fc70d11bffd30feff4a615c4cc4f8.tar.zst
freebsd-ports-gnome-31f6a257ec5fc70d11bffd30feff4a615c4cc4f8.zip
IGNORE on 5.x: Does not respect PTHREAD_{CFLAGS,LIBS} (or CFLAGS or CC, ...)
Diffstat (limited to 'net')
-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>