summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2008-03-01 06:22:42 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2008-03-01 06:22:42 +0000
commit1861d9f9e87794366c0d3bda6bc4186b1b87f3b3 (patch)
treeaba890b3ec1e40031b28d4758c9d11e88d6b0713 /x11
parentUpdate 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/Makefile2
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