diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-05 17:21:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-05 17:21:47 +0000 |
commit | 157db096181a298a49571d9c97fa905970b377ba (patch) | |
tree | cee52a5a1fa076d359b8596cd00c740ce472b92c /x11 | |
parent | d59b86813d8135ff87fb7e928f28093a9a8b45d5 (diff) | |
download | pkgsrc-157db096181a298a49571d9c97fa905970b377ba.tar.gz |
wildcarded guile-dependency
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 bcc326f29ae..ffb9bf2675f 100644 --- a/x11/scwm/Makefile +++ b/x11/scwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/10/23 00:05:18 tron Exp $ +# $NetBSD: Makefile,v 1.6 2000/02/05 17:21:48 wiz 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.2:../../lang/guile +DEPENDS+= guile-1.3.*:../../lang/guile DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= gtar-1.12:../../archivers/gtar DEPENDS+= xpm-3.4k:../../graphics/xpm |