diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 02:23:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 02:23:05 +0000 |
commit | 74710d41906dd449a4faa0f478b5c984a9d5ca08 (patch) | |
tree | bcff9d6b4b972d6af6564f650c729e423a7b19c8 /net-p2p/fcptools | |
parent | add gai 0.5.2 (diff) |
Revert previous commit (I forgot that libpthread is a symlink to libc_r
on sparc64)
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> |