summaryrefslogtreecommitdiff
path: root/x11/xbindkeys/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xbindkeys/options.mk')
-rw-r--r--x11/xbindkeys/options.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xbindkeys/options.mk b/x11/xbindkeys/options.mk
index d4e37d828e1..acd5077866c 100644
--- a/x11/xbindkeys/options.mk
+++ b/x11/xbindkeys/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2009/10/29 12:32:44 sborrill Exp $
+# $NetBSD: options.mk,v 1.2 2016/09/15 15:58:49 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xbindkeys
PKG_SUPPORTED_OPTIONS= guile
@@ -8,7 +8,8 @@ PKG_SUGGESTED_OPTIONS+= guile
.if !empty(PKG_OPTIONS:Mguile)
CONFIGURE_ARGS+= --enable-guile
-.include "../../lang/guile/buildlink3.mk"
+USE_TOOLS+= pkg-config
+.include "../../lang/guile20/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-guile
.endif