aboutsummaryrefslogtreecommitdiffstats
path: root/lang/clisp/Makefile
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2007-10-24 08:43:50 +0800
committeralepulver <alepulver@FreeBSD.org>2007-10-24 08:43:50 +0800
commite81a3d75aa4b56b16c2d2f475802e4490aa4ecba (patch)
tree8c31929d8fe7f3a61f6531cc46b9d0aff8a17c6e /lang/clisp/Makefile
parent6ac9b8809baea468e08d9a7fb2a2b739bcafb41c (diff)
downloadfreebsd-ports-gnome-e81a3d75aa4b56b16c2d2f475802e4490aa4ecba.tar.gz
freebsd-ports-gnome-e81a3d75aa4b56b16c2d2f475802e4490aa4ecba.tar.zst
freebsd-ports-gnome-e81a3d75aa4b56b16c2d2f475802e4490aa4ecba.zip
- Only mark BROKEN when PACKAGE_BUILDING, since the failure seems related to
pointyhat (a user reported success). - Change BROKEN message accordingly.
Diffstat (limited to 'lang/clisp/Makefile')
-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 \