aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-19 09:41:37 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-19 09:41:37 +0000
commited8a43a60369711cd9c81802905ad1914b465698 (patch)
tree01aaefde4704269898c86de2120b36f595490c5c /net-im
parent7360591d8a820953e04b52f59f6863dad7b44914 (diff)
downloadports-ed8a43a60369711cd9c81802905ad1914b465698.tar.gz
ports-ed8a43a60369711cd9c81802905ad1914b465698.zip
Notes
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gyach/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-im/gyach/Makefile b/net-im/gyach/Makefile
index b5afadd7028d..5fb7c463443b 100644
--- a/net-im/gyach/Makefile
+++ b/net-im/gyach/Makefile
@@ -18,4 +18,10 @@ GNU_CONFIGURE= yes
USE_GNOME= gtk20
USE_X_PREFIX= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502102
+FORBIDDEN= "Links against conflicting thread libraries"
+.endif
+
+.include <bsd.port.post.mk>