aboutsummaryrefslogtreecommitdiffstats
path: root/irc/bobot++
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-07-27 23:18:47 +0800
committerrafan <rafan@FreeBSD.org>2007-07-27 23:18:47 +0800
commit45db6842ea42b4474fe8377c5f5502b5fad5a1de (patch)
tree68ee6208466657885072b15e86225e7328d92e6c /irc/bobot++
parente96a47d44ae7e9a70da90cd9749d508495547df1 (diff)
downloadfreebsd-ports-gnome-45db6842ea42b4474fe8377c5f5502b5fad5a1de.tar.gz
freebsd-ports-gnome-45db6842ea42b4474fe8377c5f5502b5fad5a1de.tar.zst
freebsd-ports-gnome-45db6842ea42b4474fe8377c5f5502b5fad5a1de.zip
- Fix configure argument that disables scripting ability
PR: ports/114503 Submitted by: Ben Haga <bhaga at absoludicrous.com> Approved by: maintainer timeout (16 days)
Diffstat (limited to 'irc/bobot++')
-rw-r--r--irc/bobot++/Makefile4
1 files 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)