aboutsummaryrefslogtreecommitdiff
path: root/irc/bobot++
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-07-27 15:18:47 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-07-27 15:18:47 +0000
commit11365976e8991b2756a734ef9d46815a379c0b8b (patch)
tree0951c720baa6d434c0d72542faa1e92bbb828795 /irc/bobot++
parent801b1826fba7f6bdd4369f3a7afea85e1705353d (diff)
downloadports-11365976e8991b2756a734ef9d46815a379c0b8b.tar.gz
ports-11365976e8991b2756a734ef9d46815a379c0b8b.zip
Notes
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)