diff options
-rw-r--r-- | lang/guile14/DESCR | 3 | ||||
-rw-r--r-- | lang/guile14/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lang/guile14/DESCR b/lang/guile14/DESCR index e79cdc43f85..91a4d1665f2 100644 --- a/lang/guile14/DESCR +++ b/lang/guile14/DESCR @@ -2,4 +2,5 @@ GUILE, GNU's Ubiquitous Intelligent Language for Extension, is a library that implements the Scheme language plus various convenient facilities. It's designed so that you can link it into an application or utility to make it extensible. Our plan is to link this library into all GNU programs -that call for extensibility. +that call for extensibility. This package is an old release of guile, +and is present for use with programs that have not yet been upgraded. diff --git a/lang/guile14/Makefile b/lang/guile14/Makefile index 7a9985ba49b..934489dd990 100644 --- a/lang/guile14/Makefile +++ b/lang/guile14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/05/22 20:08:09 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2005/07/19 19:01:03 gdt Exp $ DISTNAME= guile-1.4.1 PKGNAME= guile14-1.4.1 @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=guile/} MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnu.org/software/guile/guile.html -COMMENT= GNU's Ubiquitous Intelligent Language for Extension +COMMENT= GNU's Ubiquitous Intelligent Language for Extension (old version) GNU_CONFIGURE= YES GNU_CONFIGURE_PREFIX= ${LOCALBASE}/guile/1.4 |