diff options
author | jlam <jlam> | 2000-07-15 02:36:44 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-07-15 02:36:44 +0000 |
commit | 80531e0fb8bef24a54feedb4249408322a8b85b3 (patch) | |
tree | 8769eb743d675aab5700c0b801344c1d4249075e /math | |
parent | a4a4a11092f899ebf6d0c000e42ad269eccd3620 (diff) | |
download | pkgsrc-80531e0fb8bef24a54feedb4249408322a8b85b3.tar.gz |
Update dependencies on guile to >= 1.3.2
Diffstat (limited to 'math')
-rw-r--r-- | math/cassowary/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/cassowary/Makefile b/math/cassowary/Makefile index 745608dc21a..3cf0b3a5070 100644 --- a/math/cassowary/Makefile +++ b/math/cassowary/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/06/01 11:23:34 rh Exp $ +# $NetBSD: Makefile,v 1.6 2000/07/15 02:36:45 jlam Exp $ # DISTNAME= cassowary-0.50 @@ -8,7 +8,7 @@ MASTER_SITES= http://www.cs.washington.edu/research/constraints/cassowary/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.cs.washington.edu/research/constraints/cassowary/ -DEPENDS+= guile-1.3.*:../../lang/guile +DEPENDS+= guile>=1.3.2:../../lang/guile BUILD_DEPENDS+= ${LOCALBASE}/bin/bison:../../devel/bison GNU_CONFIGURE= yes |