diff options
Diffstat (limited to 'www/harvest/Makefile')
-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 52f81e6..7e3a78e 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: |