aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2008-07-21 04:49:09 +0000
committerRong-En Fan <rafan@FreeBSD.org>2008-07-21 04:49:09 +0000
commitfd47512c4d4c56a44be1c04e959ff603cf484c84 (patch)
tree9750e5e8ac0d220c2ad011ce48800d00b80ac5b3 /irc
parente9c1a8c826b30368b045802db85d5822dd5f2626 (diff)
downloadports-fd47512c4d4c56a44be1c04e959ff603cf484c84.tar.gz
ports-fd47512c4d4c56a44be1c04e959ff603cf484c84.zip
Notes
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 33a8b97f600c..f2b463dd970d 100644
--- a/irc/bobot++/Makefile
+++ b/irc/bobot++/Makefile
@@ -8,7 +8,7 @@
PORTNAME= bobotpp
PORTVERSION= 2.0.2
-PORTREVISION= 2
+PORTREVISION= 3
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.18:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= guile.19:${PORTSDIR}/lang/guile
CONFIGURE_ARGS+= --enable-scripting
.endif