aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2000-02-28 01:44:01 +0800
committergreen <green@FreeBSD.org>2000-02-28 01:44:01 +0800
commitd1b3b87d59d2ee8fae5c2a505be9d8a7be4763e8 (patch)
tree35e60851922c0493ea6a149f4a82efe347a9d1ad /lang
parent81f79cb08480d3bbb18ca0289661b7ada986156d (diff)
downloadfreebsd-ports-gnome-d1b3b87d59d2ee8fae5c2a505be9d8a7be4763e8.tar.gz
freebsd-ports-gnome-d1b3b87d59d2ee8fae5c2a505be9d8a7be4763e8.tar.zst
freebsd-ports-gnome-d1b3b87d59d2ee8fae5c2a505be9d8a7be4763e8.zip
Mark this broken for -CURRENT.
Diffstat (limited to 'lang')
-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>