aboutsummaryrefslogtreecommitdiff
path: root/irc/bobot++/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-05-02 03:59:55 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-05-02 03:59:55 +0000
commiteed9b080da4b5347f8a6d770b26f4757b9cfce59 (patch)
tree0ea466701c9a91fb09af70ae78b762ade89f3ab4 /irc/bobot++/Makefile
parent7b6353c912b6f548ee3f9bb45e7aff9089a1e8a8 (diff)
downloadports-eed9b080da4b5347f8a6d770b26f4757b9cfce59.tar.gz
ports-eed9b080da4b5347f8a6d770b26f4757b9cfce59.zip
specify guild lib version
Notes
Notes: svn path=/head/; revision=79986
Diffstat (limited to 'irc/bobot++/Makefile')
-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