diff options
author | snj <snj@pkgsrc.org> | 2004-02-21 07:09:54 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-02-21 07:09:54 +0000 |
commit | f83e536a0e206850eef4db5bf1a2d691111a3cb2 (patch) | |
tree | 39df6cdc71f7f1a3bb89f6ca75b71ba78d299542 | |
parent | 1b4e9f69b628d4b0c61480b06e7dbee678e31749 (diff) | |
download | pkgsrc-f83e536a0e206850eef4db5bf1a2d691111a3cb2.tar.gz |
s/compilant/compliant/
-rw-r--r-- | lang/drscheme/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/drscheme/Makefile b/lang/drscheme/Makefile index 264e0ef811c..81d2c971057 100644 --- a/lang/drscheme/Makefile +++ b/lang/drscheme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/01/27 00:53:11 heinz Exp $ +# $NetBSD: Makefile,v 1.18 2004/02/21 07:09:54 snj Exp $ # DISTNAME= plt.src.x @@ -13,7 +13,7 @@ MASTER_SITES= http://download.plt-scheme.org/bundles/202/plt/ \ MAINTAINER= groo@NetBSD.org HOMEPAGE= http://www.drscheme.org/ -COMMENT= R4RS-compilant and nearly R5RS-compliant scheme tailored for teaching +COMMENT= R4RS-compliant and nearly R5RS-compliant scheme tailored for teaching CONFLICTS+= mzscheme-[0-9]*:../../lang/mzscheme |