diff options
author | jlaffaye <jlaffaye@FreeBSD.org> | 2011-07-31 23:07:08 +0800 |
---|---|---|
committer | jlaffaye <jlaffaye@FreeBSD.org> | 2011-07-31 23:07:08 +0800 |
commit | 928f085934e95bc12a55fd2101aa82e249c2be43 (patch) | |
tree | 0a7f35a82bb43698e3659b7e0594c998d053258e /irc/bobot++ | |
parent | cbbd4bf213aeea874926a7cd9156489b0f32e578 (diff) | |
download | freebsd-ports-gnome-928f085934e95bc12a55fd2101aa82e249c2be43.tar.gz freebsd-ports-gnome-928f085934e95bc12a55fd2101aa82e249c2be43.tar.zst freebsd-ports-gnome-928f085934e95bc12a55fd2101aa82e249c2be43.zip |
- Chase guile shared lib bump
- Add an entry to UPDATING
Diffstat (limited to 'irc/bobot++')
-rw-r--r-- | irc/bobot++/Makefile | 4 |
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 |