aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1998-11-18 04:21:54 +0800
committerbillf <billf@FreeBSD.org>1998-11-18 04:21:54 +0800
commitb7864485756a89623c1a2913f27792056f381c12 (patch)
treeb97c13a51b0cc9cbaf6ea623ee1e4d45b2c97b15 /lang
parent110ef614a752986e30e2cf5bd893d2356702e8c6 (diff)
downloadfreebsd-ports-graphics-b7864485756a89623c1a2913f27792056f381c12.tar.gz
freebsd-ports-graphics-b7864485756a89623c1a2913f27792056f381c12.tar.zst
freebsd-ports-graphics-b7864485756a89623c1a2913f27792056f381c12.zip
gyve is broken with guile-1.3. Marking it and everything that
depends on it as BROKEN. PR: ports/8618 Submitted by: Yukihiro Nakai <nakai@TokyoNet.AD.JP>
Diffstat (limited to 'lang')
-rw-r--r--lang/guileobjc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/guileobjc/Makefile b/lang/guileobjc/Makefile
index 3a96c111726..1e746d68426 100644
--- a/lang/guileobjc/Makefile
+++ b/lang/guileobjc/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 April 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
-# $Id: Makefile,v 1.3 1998/10/05 05:04:46 steve Exp $
+# $Id: Makefile,v 1.4 1998/10/27 16:33:54 vanilla Exp $
#
DISTNAME= guileobjc-0.3.8
@@ -15,6 +15,8 @@ MAINTAINER= Nakai@technologist.com
BUILD_DEPENDS= ${LOCALBASE}/lib/libobjects.a:${PORTSDIR}/lang/libobjects
LIB_DEPENDS= guile.4:${PORTSDIR}/lang/guile
+BROKEN= Doesn't work with the latest guile.
+
GNU_CONFIGURE= yes
.include <bsd.port.mk>