Use a wildcard dependency on guile-slib, and depend on the latest one as it
has a proper version number.
This commit is contained in:
parent
9168868b3f
commit
4528eee0ab
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue