diff options
author | kris <kris@FreeBSD.org> | 2004-02-17 10:23:05 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-17 10:23:05 +0800 |
commit | 0d1dc208429b58f68263dfc82d17a57471fab1fd (patch) | |
tree | 278168e0bc0f9ad8426947f2eb003d6db9512d9f /net-p2p | |
parent | e358fccdb8d1fbc20bb19dfbb70826691cca3658 (diff) | |
download | freebsd-ports-gnome-0d1dc208429b58f68263dfc82d17a57471fab1fd.tar.gz freebsd-ports-gnome-0d1dc208429b58f68263dfc82d17a57471fab1fd.tar.zst freebsd-ports-gnome-0d1dc208429b58f68263dfc82d17a57471fab1fd.zip |
Revert previous commit (I forgot that libpthread is a symlink to libc_r
on sparc64)
Diffstat (limited to 'net-p2p')
-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> |