summaryrefslogtreecommitdiff
path: root/lang/clisp
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2007-10-24 00:43:50 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2007-10-24 00:43:50 +0000
commit508af995890c71997fcfaddcd80b0a0d3f65f3e8 (patch)
treec2ff76f40bb1d0df08b4de48a718425845d6d4a2 /lang/clisp
parent- Update to 200710.r1 (diff)
- Only mark BROKEN when PACKAGE_BUILDING, since the failure seems related to
pointyhat (a user reported success). - Change BROKEN message accordingly.
Notes
Notes: svn path=/head/; revision=201867
Diffstat (limited to 'lang/clisp')
-rw-r--r--lang/clisp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile
index 403b211c0c37..c57a71ce0624 100644
--- a/lang/clisp/Makefile
+++ b/lang/clisp/Makefile
@@ -52,8 +52,8 @@ MAN1= clisp.1
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 700000
-BROKEN= coredumps when building on FreeBSD 7.x
+.if ${OSVERSION} >= 700000 && defined(PACKAGE_BUILDING)
+BROKEN= coredumps when building on pointyhat with FreeBSD 7.x
.endif
MODULES= BDB CLX_MIT CLX_NEW FASTCGI ORACLE PARI PCRE PGSQL RAWSOCK \