summaryrefslogtreecommitdiff
path: root/irc/epic4/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-09-10 22:26:58 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-09-10 22:26:58 +0000
commit2b8e24a4d3ec37fb73e522a792c01d5d0798d716 (patch)
tree65803e10fb300690cba65bbbd758c6778ff50685 /irc/epic4/Makefile
parent- Silence configure target warning (diff)
- Flip TCL option to default to on
- Remove broken SOCKS option PR: ports/85922 Submitted by: Josh Paetzel <josh@tcbug.org> (maintainer)
Notes
Notes: svn path=/head/; revision=142396
Diffstat (limited to 'irc/epic4/Makefile')
-rw-r--r--irc/epic4/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile
index 44158cea084d..fe56408aa0c9 100644
--- a/irc/epic4/Makefile
+++ b/irc/epic4/Makefile
@@ -7,6 +7,7 @@
PORTNAME= epic4
PORTVERSION= 2.2
+PORTREVISION= 1
CATEGORIES= irc ipv6
MASTER_SITES= ftp://ftp.prbh.org/pub/epic/EPIC4-PRODUCTION/ \
ftp://ftp.irc.org/irc/clients/unix/epic/EPIC4-PRODUCTION/ \
@@ -36,18 +37,11 @@ CONFIGURE_ARGS+= --without-ipv6
## WITH_TCL: enable Tcl support
#
-.if defined(WITH_TCL)
+.if !defined(WITHOUT_TCL)
LIB_DEPENDS+= tcl84:${PORTSDIR}/lang/tcl84
CONFIGURE_ARGS+= --with-tcl
.endif
-## WITH_SOCKS5: enable SOCKS5 support
-#
-.if defined(WITH_SOCKS5)
-LIB_DEPENDS+= socks5:${PORTSDIR}/net/socks5
-CONFIGURE_ARGS+= --with-socks5
-.endif
-
## WITH_PERL: enable perl5 support (requires perl 5.6.1 or newer)
#
# The path provided to --with-perl is needed, since the configure script