summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2000-02-27 17:44:01 +0000
committerBrian Feldman <green@FreeBSD.org>2000-02-27 17:44:01 +0000
commit355868389ff41adaa0a45301131c2281f3a11fd7 (patch)
tree748fdc7f48513e89041bef05dfb733c0091c10a6
parentUpgrade to version 1.9.11 (diff)
Mark this broken for -CURRENT.
Notes
Notes: svn path=/head/; revision=26373
-rw-r--r--lang/gcl/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile
index 964143939fd5..58f405df01d9 100644
--- a/lang/gcl/Makefile
+++ b/lang/gcl/Makefile
@@ -15,6 +15,12 @@ MAINTAINER= jseger@FreeBSD.org
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 400011
+BROKEN= "GCL isn't compatible with the new signals."
+.endif
+
MAKEFILE= makefile
GNU_CONFIGURE= yes
@@ -28,4 +34,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/info/gcl-si.info ${PREFIX}/info
@install-info ${PREFIX}/info/gcl-si.info ${PREFIX}/info/dir
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>