diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:44:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:44:04 +0000 |
commit | 6ca92592d58fba5e5954c7325043d1b4d6b26646 (patch) | |
tree | 289ec4aa8b822fb645ed24b93d3aecb4b11d3438 /x11/xbindkeys | |
parent | sysutils/rubygem-facter: add option to disable ZFS facts generation (diff) |
Fix some non default LIB_DEPENDS
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=362053
Diffstat (limited to 'x11/xbindkeys')
-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 84469383949d..41f5a7200a16 100644 --- a/x11/xbindkeys/Makefile +++ b/x11/xbindkeys/Makefile @@ -26,7 +26,7 @@ WISH= ${LOCALBASE}/bin/wish8.4 .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGUILE} -LIB_DEPENDS+= guile:${PORTSDIR}/lang/guile +LIB_DEPENDS+= libguile.so:${PORTSDIR}/lang/guile .else CONFIGURE_ARGS+= --disable-guile .endif |