diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-01 06:22:42 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-01 06:22:42 +0000 |
commit | 1861d9f9e87794366c0d3bda6bc4186b1b87f3b3 (patch) | |
tree | aba890b3ec1e40031b28d4758c9d11e88d6b0713 /x11 | |
parent | Update to 1.8.4, and assign maintainership to submitter. (diff) |
Chase libguile shared lib version.
Notes
Notes:
svn path=/head/; revision=208243
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xbindkeys/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile index 14e648607e63..956b6ab1b5b2 100644 --- a/x11/xbindkeys/Makefile +++ b/x11/xbindkeys/Makefile @@ -33,7 +33,7 @@ WISH= ${LOCALBASE}/bin/wish8.4 .include <bsd.port.pre.mk> .if defined(WITH_GUILE) -LIB_DEPENDS+= guile.15:${PORTSDIR}/lang/guile +LIB_DEPENDS+= guile.18:${PORTSDIR}/lang/guile .else CONFIGURE_ARGS+= --disable-guile .endif |