diff options
author | marcus <marcus@FreeBSD.org> | 2003-05-02 11:29:26 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-05-02 11:29:26 +0800 |
commit | f2957143a59075805ac0945e29236840562c899e (patch) | |
tree | dbff97e68227244263f74e0a9e69ed4d65993552 /x11-wm | |
parent | bbf81f184024ecfffb954b8ca295ab5ab167b742 (diff) | |
download | freebsd-ports-gnome-f2957143a59075805ac0945e29236840562c899e.tar.gz freebsd-ports-gnome-f2957143a59075805ac0945e29236840562c899e.tar.zst freebsd-ports-gnome-f2957143a59075805ac0945e29236840562c899e.zip |
Chase guile's shared lib version.
Diffstat (limited to 'x11-wm')
-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 7e95db0ac73b..7d8f56ee70da 100644 --- a/x11-wm/scwm/Makefile +++ b/x11-wm/scwm/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://scwm.mit.edu/pub/scwm/ MAINTAINER= nakai@FreeBSD.org COMMENT= Scheme configurable window manager -LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile RUN_DEPENDS= ${X11BASE}/share/scwm/pixmaps/Animator.xpm:${PORTSDIR}/graphics/scwm-icons USE_X_PREFIX= yes |