diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-06-05 04:38:38 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-06-05 04:38:38 +0000 |
commit | a7844061e0602ab2957507dd35ae729027b0b995 (patch) | |
tree | d0667f1a5a1f8e0b2f7a15dcd1b6c47547a6c699 /lang/clisp/Makefile | |
parent | d5c0032c65c23eff38487a1aa3f186630b507277 (diff) | |
download | ports-a7844061e0602ab2957507dd35ae729027b0b995.tar.gz ports-a7844061e0602ab2957507dd35ae729027b0b995.zip |
Notes
Diffstat (limited to 'lang/clisp/Makefile')
-rw-r--r-- | lang/clisp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index fde891eb0447..86a1fdb0bebc 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -52,6 +52,10 @@ MAN1= clisp.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700000 +BROKEN= coredumps when building on FreeBSD 7.x +.endif + MODULES= BDB CLX_MIT CLX_NEW FASTCGI ORACLE PARI PCRE PGSQL RAWSOCK \ WILDCARD ZLIB |