diff options
author | kris <kris@FreeBSD.org> | 2004-02-17 00:20:41 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-17 00:20:41 +0000 |
commit | 0783500376930eb242169bed0d355c25535a05b6 (patch) | |
tree | 4eb660caba0304ef684400c54068f497ceef48bc /net | |
parent | 67ea34782aaeb83ec9249462b2b2173d4075f098 (diff) | |
download | FreeBSD-ports-0783500376930eb242169bed0d355c25535a05b6.zip FreeBSD-ports-0783500376930eb242169bed0d355c25535a05b6.tar.gz |
FORBIDDEN on 502102: does not respect PTHREAD_{CFLAGS,LIBS}
Diffstat (limited to 'net')
-rw-r--r-- | net/licq/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/licq/Makefile b/net/licq/Makefile index 879ace4..2eaf325 100644 --- a/net/licq/Makefile +++ b/net/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> |