diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 00:22:55 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 00:22:55 +0000 |
commit | 968801aad38d70ad961afec2c83fab0b359873ae (patch) | |
tree | f319bdda846ea9ba111fabd417be2ed4c233ef00 /lang | |
parent | 46f2f690d51a6d37528125c66d72f0bdda710993 (diff) | |
download | ports-968801aad38d70ad961afec2c83fab0b359873ae.tar.gz ports-968801aad38d70ad961afec2c83fab0b359873ae.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pike74/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/pike74/Makefile b/lang/pike74/Makefile index 8d7a2db40aa1..15c2d9654c1f 100644 --- a/lang/pike74/Makefile +++ b/lang/pike74/Makefile @@ -69,6 +69,10 @@ USE_REINPLACE= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502102 +FORBIDDEN= "Does not respect PTHREAD_{CFLAGS,LIBS}" +.endif + PLIST_SUB+= PORTVERSION=${PORTVERSION} # FreeBSD 5.0 Needs to have libgmp port to support gmp. |