diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-01-22 16:04:11 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-01-22 16:04:11 +0000 |
commit | 13c0f276050af12993dbcdf0f2c276d70b2ad751 (patch) | |
tree | cb8ac7f48c174332248e1467018137acf40d1173 /x11/xbindkeys/Makefile | |
parent | 1fe364400380af2bf36b77f3f8042eb2e67e1c94 (diff) |
Notes
Diffstat (limited to 'x11/xbindkeys/Makefile')
-rw-r--r-- | x11/xbindkeys/Makefile | 4 |
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 |