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