aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorMikhail Pchelin <misha@FreeBSD.org>2020-07-17 15:16:20 +0000
committerMikhail Pchelin <misha@FreeBSD.org>2020-07-17 15:16:20 +0000
commitecd1b2eb1ee714a9acd0734ce526e6085bf5bbe3 (patch)
treebd5da05c5f09ad5ef3d6f7e8ea2d4d35cb6cad77 /irc
parent78dfd7560e3065daeaf1f13f4bfcb4eb8b127c1d (diff)
downloadports-ecd1b2eb1ee714a9acd0734ce526e6085bf5bbe3.tar.gz
ports-ecd1b2eb1ee714a9acd0734ce526e6085bf5bbe3.zip
if TCL is installed on but you uncheck the TCL option the epic port gets
confused. PR: 247995 Submitted by: jpaetzel
Notes
Notes: svn path=/head/; revision=542438
Diffstat (limited to 'irc')
-rw-r--r--irc/epic5/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile
index d8e0ab7fa738..91b460b1e026 100644
--- a/irc/epic5/Makefile
+++ b/irc/epic5/Makefile
@@ -27,6 +27,7 @@ RUBY_USE= ruby=yes
RUBY_CONFIGURE_WITH= ruby
TCL_USES= tcl
TCL_CONFIGURE_ON= --with-tcl=${TCL_LIBDIR}/tclConfig.sh
+TCL_CONFIGURE_OFF= --with-tcl=no
post-patch:
@${REINPLACE_CMD} -e 's|-lcurses|-lncurses|' ${WRKSRC}/configure