aboutsummaryrefslogtreecommitdiff
path: root/x11/xbindkeys
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2008-07-21 04:49:09 +0000
committerRong-En Fan <rafan@FreeBSD.org>2008-07-21 04:49:09 +0000
commitfd47512c4d4c56a44be1c04e959ff603cf484c84 (patch)
tree9750e5e8ac0d220c2ad011ce48800d00b80ac5b3 /x11/xbindkeys
parente9c1a8c826b30368b045802db85d5822dd5f2626 (diff)
downloadports-fd47512c4d4c56a44be1c04e959ff603cf484c84.tar.gz
ports-fd47512c4d4c56a44be1c04e959ff603cf484c84.zip
- Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION PR: ports/125435
Notes
Notes: svn path=/head/; revision=217241
Diffstat (limited to 'x11/xbindkeys')
-rw-r--r--x11/xbindkeys/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile
index f9962823b795..85647cca914c 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.18:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= guile.19:${PORTSDIR}/lang/guile
.else
CONFIGURE_ARGS+= --disable-guile
.endif