diff options
author | jlam <jlam@pkgsrc.org> | 2000-07-15 02:36:44 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-07-15 02:36:44 +0000 |
commit | 658d4e0f05223493e53b010939290963d77e36c4 (patch) | |
tree | 8769eb743d675aab5700c0b801344c1d4249075e /math | |
parent | 83afe41adc754ed34586ebca57f46298f185aa51 (diff) | |
download | pkgsrc-658d4e0f05223493e53b010939290963d77e36c4.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 |