aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/fcptools
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/fcptools')
-rw-r--r--net-p2p/fcptools/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-p2p/fcptools/Makefile b/net-p2p/fcptools/Makefile
index c1276076c66f..2f3b355ce63f 100644
--- a/net-p2p/fcptools/Makefile
+++ b/net-p2p/fcptools/Makefile
@@ -24,4 +24,10 @@ INSTALLS_SHLIB= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-stable
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502102
+FORBIDDEN= "Does not respect PTHREAD_{CFLAGS,LIBS}"
+.endif
+
+.include <bsd.port.post.mk>