From eed9b080da4b5347f8a6d770b26f4757b9cfce59 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 2 May 2003 03:59:55 +0000 Subject: [PATCH] specify guild lib version --- irc/bobot++/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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