diff options
author | pav <pav@FreeBSD.org> | 2005-09-11 06:26:58 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-09-11 06:26:58 +0800 |
commit | fb864b60ff81d7d88cb8d5d57fa9b5b75604e6c0 (patch) | |
tree | da794a4bd4b1ba220b50d5b235758d96344bd46f /irc | |
parent | 793e64d852901618d032742e8283282590019179 (diff) | |
download | freebsd-ports-gnome-fb864b60ff81d7d88cb8d5d57fa9b5b75604e6c0.tar.gz freebsd-ports-gnome-fb864b60ff81d7d88cb8d5d57fa9b5b75604e6c0.tar.zst freebsd-ports-gnome-fb864b60ff81d7d88cb8d5d57fa9b5b75604e6c0.zip |
- Flip TCL option to default to on
- Remove broken SOCKS option
PR: ports/85922
Submitted by: Josh Paetzel <josh@tcbug.org> (maintainer)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/epic4/Makefile | 10 |
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 |