diff options
Diffstat (limited to 'net/gyach/Makefile')
-rw-r--r-- | net/gyach/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/gyach/Makefile b/net/gyach/Makefile index b5afadd7028d..5fb7c463443b 100644 --- a/net/gyach/Makefile +++ b/net/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> |