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