summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2001-10-03 09:10:23 +0000
committerjlam <jlam>2001-10-03 09:10:23 +0000
commit8a3397c0917f6b1533e05f317604d59893d4b931 (patch)
tree3f45188b0cd3ccfc3e389ae20ec8a774b3a2ada6
parent92d2f340fa47a22931e2cd9a8a8af9c45b03e4f5 (diff)
downloadpkgsrc-8a3397c0917f6b1533e05f317604d59893d4b931.tar.gz
Use a wildcard dependency on guile-slib, and depend on the latest one as it
has a proper version number.
-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