diff options
author | kris <kris@FreeBSD.org> | 2004-02-17 01:28:25 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-17 01:28:25 +0000 |
commit | d3b353105f809f8a9d572f6e1899cfc752dc8c50 (patch) | |
tree | 0cdb2c6cd686d462631a7a91197613e8b0956f05 /www/harvest | |
parent | b0953d0083d42735db5c0913694b4ba8d6c718d4 (diff) | |
download | FreeBSD-ports-d3b353105f809f8a9d572f6e1899cfc752dc8c50.zip FreeBSD-ports-d3b353105f809f8a9d572f6e1899cfc752dc8c50.tar.gz |
Back out previous commit (I forgot that libpthread is a link to libc_r
on sparc64)
Diffstat (limited to 'www/harvest')
-rw-r--r-- | www/harvest/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/harvest/Makefile b/www/harvest/Makefile index 7e3a78e..52f81e6 100644 --- a/www/harvest/Makefile +++ b/www/harvest/Makefile @@ -26,10 +26,6 @@ STRIP= # none .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502102 -FORBIDDEN= "Does not respect PTHREAD_{CFLAGS,LIBS}" -.endif - PREFIX:= ${PREFIX}/${PORTNAME} post-patch: |