summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorJulien Laffaye <jlaffaye@FreeBSD.org>2011-07-31 15:07:08 +0000
committerJulien Laffaye <jlaffaye@FreeBSD.org>2011-07-31 15:07:08 +0000
commit011dce24ce7dd5253f7e97aaa947acb21339dcd5 (patch)
treebe6c85e782d49cf223592ee199c43ca0222da761 /irc
parentUpdate to 1.8.8 (diff)
- Chase guile shared lib bump
- Add an entry to UPDATING
Notes
Notes: svn path=/head/; revision=278635
Diffstat (limited to 'irc')
-rw-r--r--irc/bobot++/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/bobot++/Makefile b/irc/bobot++/Makefile
index 7f7de6129acb..4869e098511a 100644
--- a/irc/bobot++/Makefile
+++ b/irc/bobot++/Makefile
@@ -8,7 +8,7 @@
PORTNAME= bobotpp
PORTVERSION= 2.0.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= irc
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= bobotpp
@@ -23,7 +23,7 @@ CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
.if defined(WITHOUT_GUILE)
CONFIGURE_ARGS+= --disable-scripting
.else
-LIB_DEPENDS+= guile.20:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= guile.21:${PORTSDIR}/lang/guile
CONFIGURE_ARGS+= --enable-scripting
.endif