diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-10 22:26:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-10 22:26:58 +0000 |
commit | 2b8e24a4d3ec37fb73e522a792c01d5d0798d716 (patch) | |
tree | 65803e10fb300690cba65bbbd758c6778ff50685 /irc/epic4 | |
parent | b3dfb6dc17d2fe5a965983430aae4a49f1572dc7 (diff) | |
download | ports-2b8e24a4d3ec37fb73e522a792c01d5d0798d716.tar.gz ports-2b8e24a4d3ec37fb73e522a792c01d5d0798d716.zip |
Notes
Diffstat (limited to 'irc/epic4')
-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 |