From 45db6842ea42b4474fe8377c5f5502b5fad5a1de Mon Sep 17 00:00:00 2001 From: rafan Date: Fri, 27 Jul 2007 15:18:47 +0000 Subject: - Fix configure argument that disables scripting ability PR: ports/114503 Submitted by: Ben Haga Approved by: maintainer timeout (16 days) --- irc/bobot++/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/irc/bobot++/Makefile b/irc/bobot++/Makefile index f5307362fbd2..89060e035819 100644 --- a/irc/bobot++/Makefile +++ b/irc/bobot++/Makefile @@ -20,10 +20,10 @@ CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" .if defined(WITHOUT_GUILE) -CONFIGURE_ARGS+= --disable-script +CONFIGURE_ARGS+= --disable-scripting .else LIB_DEPENDS+= guile.15:${PORTSDIR}/lang/guile -CONFIGURE_ARGS+= --enable-script +CONFIGURE_ARGS+= --enable-scripting .endif .if defined(WITH_TELNET) -- cgit