summaryrefslogtreecommitdiff
path: root/devel/g-wrap
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-10-03 09:10:23 +0000
committerjlam <jlam@pkgsrc.org>2001-10-03 09:10:23 +0000
commit4528eee0ab26a94b7dc0cd7612feed5a67ebf9a9 (patch)
tree3f45188b0cd3ccfc3e389ae20ec8a774b3a2ada6 /devel/g-wrap
parent9168868b3f6befa64b46ac0bbcb6a264adf77232 (diff)
downloadpkgsrc-4528eee0ab26a94b7dc0cd7612feed5a67ebf9a9.tar.gz
Use a wildcard dependency on guile-slib, and depend on the latest one as it
has a proper version number.
Diffstat (limited to 'devel/g-wrap')
-rw-r--r--devel/g-wrap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile
index 3764d8698bf..b7b67e3b32a 100644
--- a/devel/g-wrap/Makefile
+++ b/devel/g-wrap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/07/14 13:54:55 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2001/10/03 09:10:23 jlam Exp $
DISTNAME= g-wrap-1.1.10
CATEGORIES= devel
@@ -8,7 +8,7 @@ MAINTAINER= rh@netbsd.org
HOMEPAGE= http://web.mit.edu/chlee/www/Software/g-wrap/index.html
COMMENT= tool for importing types, functions, and constants into guile
-DEPENDS+= guile-slib-2c8:../../devel/guile-slib
+DEPENDS+= guile-slib>=2.4.2:../../devel/guile-slib
GNU_CONFIGURE= YES
USE_GMAKE= YeS