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 /x11 | |
parent | 83afe41adc754ed34586ebca57f46298f185aa51 (diff) | |
download | pkgsrc-658d4e0f05223493e53b010939290963d77e36c4.tar.gz |
Update dependencies on guile to >= 1.3.2
Diffstat (limited to 'x11')
-rw-r--r-- | x11/scwm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/scwm/Makefile b/x11/scwm/Makefile index 0a60402a557..37a582dc941 100644 --- a/x11/scwm/Makefile +++ b/x11/scwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/07/14 16:04:30 agc Exp $ +# $NetBSD: Makefile,v 1.13 2000/07/15 02:36:45 jlam Exp $ # DISTNAME= scwm-0.9 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://scwm.mit.edu/pub/scwm/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://scwm.mit.edu/ -DEPENDS+= guile-1.3.*:../../lang/guile +DEPENDS+= guile>=1.3.2:../../lang/guile DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= gtar-1.12:../../archivers/gtar DEPENDS+= readline-4.0:../../devel/readline |