summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-17 00:20:41 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-17 00:20:41 +0000
commit46f2f690d51a6d37528125c66d72f0bdda710993 (patch)
treec00fb7e26f978e68b805954a5a1c1700f2446a58 /net-im
parentFORBIDDEN on 502102: Links against libc_r and libpthread (diff)
FORBIDDEN on 502102: does not respect PTHREAD_{CFLAGS,LIBS}
Notes
Notes: svn path=/head/; revision=101109
Diffstat (limited to 'net-im')
-rw-r--r--net-im/licq/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile
index 879ace422690..2eaf32525253 100644
--- a/net-im/licq/Makefile
+++ b/net-im/licq/Makefile
@@ -53,5 +53,10 @@ post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502102
+FORBIDDEN= "Does not respect PTHREAD_{CFLAGS,LIBS}"
+.endif
+
.include "${LICQ_PORT}/Makefile.inc"
.include <bsd.port.post.mk>