diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-08-04 01:05:13 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-08-04 01:05:13 +0000 |
commit | 43cb09fb69752191e4f5a5d922f5ba21bc878379 (patch) | |
tree | a74383a39735e75eea204f91170c39c12d90b118 /x11-wm/scwm | |
parent | Update to 1.4 (shlib version .6 -> .9) (diff) |
Update for new shlib revision from guile 1.4
Notes
Notes:
svn path=/head/; revision=31281
Diffstat (limited to 'x11-wm/scwm')
-rw-r--r-- | x11-wm/scwm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/scwm/Makefile b/x11-wm/scwm/Makefile index 229fecb9dc9d..ad1801db8e44 100644 --- a/x11-wm/scwm/Makefile +++ b/x11-wm/scwm/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://scwm.mit.edu/pub/scwm/ MAINTAINER= nakai@FreeBSD.org -LIB_DEPENDS= guile.6:${PORTSDIR}/lang/guile \ +LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \ Imlib.5:${PORTSDIR}/graphics/imlib \ esd.2:${PORTSDIR}/audio/esound RUN_DEPENDS= ${X11BASE}/share/scwm/pixmaps/Animator.xpm:${PORTSDIR}/graphics/scwm-icons |