diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-01 06:22:42 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-01 06:22:42 +0000 |
commit | 1861d9f9e87794366c0d3bda6bc4186b1b87f3b3 (patch) | |
tree | aba890b3ec1e40031b28d4758c9d11e88d6b0713 /irc/bobot++ | |
parent | 11b729ede3a1605656fc675e0ccb6be86b9c130b (diff) |
Notes
Diffstat (limited to 'irc/bobot++')
-rw-r--r-- | irc/bobot++/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/bobot++/Makefile b/irc/bobot++/Makefile index 89060e035819..9a22b207dc07 100644 --- a/irc/bobot++/Makefile +++ b/irc/bobot++/Makefile @@ -8,6 +8,7 @@ PORTNAME= bobotpp PORTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= bobotpp @@ -22,7 +23,7 @@ CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ .if defined(WITHOUT_GUILE) CONFIGURE_ARGS+= --disable-scripting .else -LIB_DEPENDS+= guile.15:${PORTSDIR}/lang/guile +LIB_DEPENDS+= guile.18:${PORTSDIR}/lang/guile CONFIGURE_ARGS+= --enable-scripting .endif |