diff options
author | jlam <jlam@pkgsrc.org> | 1999-08-29 21:50:20 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-08-29 21:50:20 +0000 |
commit | bb07397ce7ad32f2e93492f108eb1405a7cd3118 (patch) | |
tree | fd95b7d4fe45a1c25c6b2edaef3590a4e73c4f4e /x11 | |
parent | ec101152bbca1931f4e5e9e0d05980bf0913bd45 (diff) | |
download | pkgsrc-bb07397ce7ad32f2e93492f108eb1405a7cd3118.tar.gz |
Update dependency 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 d8ce1600827..d7fd4c59511 100644 --- a/x11/scwm/Makefile +++ b/x11/scwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/08/28 09:43:16 rh Exp $ +# $NetBSD: Makefile,v 1.3 1999/08/29 21:50:21 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.4:../../x11/gtk CONFIGURE_ARGS+= --with-guile-prefix=${LOCALBASE} \ |