diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-03 16:06:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-03 16:06:06 +0000 |
commit | d97713e398cc7502fbafb7bfc8fb90a8319b976d (patch) | |
tree | 87ab1f27fd4ab5104460a6f3cbcf12dda077755d /devel/g-wrap1 | |
parent | 9bae195af2c31f2f9172f39194a347ce1d7e2997 (diff) | |
download | pkgsrc-d97713e398cc7502fbafb7bfc8fb90a8319b976d.tar.gz |
Mention that this is the guile-1.4 version of the software.
Diffstat (limited to 'devel/g-wrap1')
-rw-r--r-- | devel/g-wrap1/DESCR | 2 | ||||
-rw-r--r-- | devel/g-wrap1/Makefile | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/g-wrap1/DESCR b/devel/g-wrap1/DESCR index bb4768af305..27a01bef200 100644 --- a/devel/g-wrap1/DESCR +++ b/devel/g-wrap1/DESCR @@ -1,3 +1,5 @@ G-Wrap is a tool for specifying types, functions, and constants to import into a Scheme interpreter, and for generating code (in C) to interface these to the Guile interpreter in particular. + +This is the guile-1.4 version of g-wrap. diff --git a/devel/g-wrap1/Makefile b/devel/g-wrap1/Makefile index 773561910ff..afc30481816 100644 --- a/devel/g-wrap1/Makefile +++ b/devel/g-wrap1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/12/03 16:04:39 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2004/12/03 16:06:06 wiz Exp $ DISTNAME= g-wrap-1.3.4 PKGREVISION= 5 @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.gnucash.org/pub/g-wrap/source/ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.gnucash.org/ -COMMENT= Tool for importing types, functions, and constants into guile +COMMENT= Tool for importing types, functions, and constants into guile 1.4 DEPENDS+= guile-slib-2.4.2nb[0-5]:../../devel/guile14-slib |