diff options
author | kris <kris@FreeBSD.org> | 2004-02-17 01:01:43 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-17 01:01:43 +0000 |
commit | 1df6bb9435db76d88ecc8c2c2beabef8da26130c (patch) | |
tree | 871c097519c9b81908c22b5b9da9ca0d50f47bef /www | |
parent | e5e8bf19bf5def8444a8703797eb5d4cc900ecfa (diff) | |
download | FreeBSD-ports-1df6bb9435db76d88ecc8c2c2beabef8da26130c.zip FreeBSD-ports-1df6bb9435db76d88ecc8c2c2beabef8da26130c.tar.gz |
FORBIDDEN on 502102: Does not respect PTHREAD_{CFLAGS,LIBS}
Diffstat (limited to 'www')
-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: |