diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 01:01:43 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 01:01:43 +0000 |
commit | b3e636a0758f03dd62a022d42411ed74e911bbd5 (patch) | |
tree | d7d8315c95959eaad90ae90ce0fb8be68783e120 /www/harvest | |
parent | cd56becd40f6f5961ada6b03243a4139ffae69f6 (diff) |
Notes
Diffstat (limited to 'www/harvest')
-rw-r--r-- | www/harvest/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/harvest/Makefile b/www/harvest/Makefile index 52f81e60f4f8..7e3a78e90fbf 100644 --- a/www/harvest/Makefile +++ b/www/harvest/Makefile @@ -26,6 +26,10 @@ STRIP= # none .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502102 +FORBIDDEN= "Does not respect PTHREAD_{CFLAGS,LIBS}" +.endif + PREFIX:= ${PREFIX}/${PORTNAME} post-patch: |