diff options
author | billf <billf@FreeBSD.org> | 1998-11-18 04:21:54 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-11-18 04:21:54 +0800 |
commit | b7864485756a89623c1a2913f27792056f381c12 (patch) | |
tree | b97c13a51b0cc9cbaf6ea623ee1e4d45b2c97b15 /misc/scriptkit | |
parent | 110ef614a752986e30e2cf5bd893d2356702e8c6 (diff) | |
download | freebsd-ports-gnome-b7864485756a89623c1a2913f27792056f381c12.tar.gz freebsd-ports-gnome-b7864485756a89623c1a2913f27792056f381c12.tar.zst freebsd-ports-gnome-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 'misc/scriptkit')
-rw-r--r-- | misc/scriptkit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/scriptkit/Makefile b/misc/scriptkit/Makefile index 2ce37f9eee15..dd53af953777 100644 --- a/misc/scriptkit/Makefile +++ b/misc/scriptkit/Makefile @@ -3,7 +3,7 @@ # Date created: 22 April 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.2 1998/09/24 00:33:28 vanilla Exp $ +# $Id: Makefile,v 1.3 1998/10/04 22:48:23 steve Exp $ # DISTNAME= ScriptKit-0.1.6 @@ -15,6 +15,8 @@ MAINTAINER= Nakai@technologist.com BUILD_DEPENDS= goconfig:${PORTSDIR}/lang/guileobjc +BROKEN= Depends on guileobjc + GNU_CONFIGURE= yes .include <bsd.port.mk> |