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