aboutsummaryrefslogtreecommitdiff
path: root/x11/xbindkeys
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-01-22 16:04:11 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-01-22 16:04:11 +0000
commit13c0f276050af12993dbcdf0f2c276d70b2ad751 (patch)
treecb8ac7f48c174332248e1467018137acf40d1173 /x11/xbindkeys
parent1fe364400380af2bf36b77f3f8042eb2e67e1c94 (diff)
downloadports-13c0f276050af12993dbcdf0f2c276d70b2ad751.tar.gz
ports-13c0f276050af12993dbcdf0f2c276d70b2ad751.zip
- Chase lang/guile shlib bump
Notes
Notes: svn path=/head/; revision=226679
Diffstat (limited to 'x11/xbindkeys')
-rw-r--r--x11/xbindkeys/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile
index 85647cca914c..f62dd336747c 100644
--- a/x11/xbindkeys/Makefile
+++ b/x11/xbindkeys/Makefile
@@ -8,7 +8,7 @@
PORTNAME= xbindkeys
PORTVERSION= 1.8.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= http://hocwp.free.fr/xbindkeys/
@@ -33,7 +33,7 @@ WISH= ${LOCALBASE}/bin/wish8.4
.include <bsd.port.pre.mk>
.if defined(WITH_GUILE)
-LIB_DEPENDS+= guile.19:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= guile.20:${PORTSDIR}/lang/guile
.else
CONFIGURE_ARGS+= --disable-guile
.endif