aboutsummaryrefslogtreecommitdiff
path: root/irc/bobot++
diff options
context:
space:
mode:
Diffstat (limited to 'irc/bobot++')
-rw-r--r--irc/bobot++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/bobot++/Makefile b/irc/bobot++/Makefile
index 77c495ba52b4..3c0ebe0d2a3d 100644
--- a/irc/bobot++/Makefile
+++ b/irc/bobot++/Makefile
@@ -22,7 +22,7 @@ CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
.if defined(WITHOUT_GUILE)
CONFIGURE_ARGS+= --disable-script
.else
-LIB_DEPENDS+= guile:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= guile.15:${PORTSDIR}/lang/guile
CONFIGURE_ARGS+= --enable-script
.endif