diff options
author | asami <asami@FreeBSD.org> | 1998-11-26 13:35:42 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-26 13:35:42 +0800 |
commit | 5620a25e9f3001a19438d569633e47368754e4a7 (patch) | |
tree | a8f648966948ef1ebfc438b2cc49eda2cf095397 /lang/guileobjc | |
parent | 912bcf6942599856c3210ac52c71f8f736df7d30 (diff) | |
download | freebsd-ports-gnome-5620a25e9f3001a19438d569633e47368754e4a7.tar.gz freebsd-ports-gnome-5620a25e9f3001a19438d569633e47368754e4a7.tar.zst freebsd-ports-gnome-5620a25e9f3001a19438d569633e47368754e4a7.zip |
Escape quote.
Diffstat (limited to 'lang/guileobjc')
-rw-r--r-- | lang/guileobjc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/guileobjc/Makefile b/lang/guileobjc/Makefile index 1e746d684269..3617688bbe26 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.4 1998/10/27 16:33:54 vanilla Exp $ +# $Id: Makefile,v 1.5 1998/11/17 20:21:54 billf Exp $ # DISTNAME= guileobjc-0.3.8 @@ -15,7 +15,7 @@ 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. +BROKEN= Doesn\'t work with the latest guile. GNU_CONFIGURE= yes |