diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2012-02-13 06:39:56 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2012-02-13 06:39:56 +0000 |
commit | a141eb134a7764497102f958499f914efd86a06f (patch) | |
tree | 9a9c416d3c2929eecd896066e19910aae6f1923f /irc/epic4 | |
parent | db87602da82f67a015971a9803afbdfdefac97fe (diff) | |
download | ports-a141eb134a7764497102f958499f914efd86a06f.tar.gz ports-a141eb134a7764497102f958499f914efd86a06f.zip |
Notes
Diffstat (limited to 'irc/epic4')
-rw-r--r-- | irc/epic4/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile index adf74da4e8c7..2e9fe478743e 100644 --- a/irc/epic4/Makefile +++ b/irc/epic4/Makefile @@ -7,6 +7,7 @@ PORTNAME= epic4 PORTVERSION= 2.10.1 +PORTREVISION= 1 CATEGORIES= irc ipv6 MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/ \ http://tehran.lain.pl/epic-mirror/EPIC4-PRODUCTION/ \ @@ -34,7 +35,6 @@ CFLAGS:= ${CFLAGS:C/-O2/-g -O/g} OPTIONS= IPV6 "IPv6 support" on \ TCL "TCL support" on \ PERL "Perl scripting support" on \ - SOCKS5 "Enable SOCKS5 proxy support" off \ SSL "Enable SSL support" on \ TERMCAP "Refuse to use terminfo/ncurses" off @@ -69,16 +69,6 @@ CONFIGURE_ARGS+= --with-perl=${SITE_PERL}/../../${PERL_VERSION}/mach/CORE CONFIGURE_ARGS+= --without-perl .endif -## WITH_SOCKS5: enable SOCKS5 support -# -.if defined(WITH_SOCKS5) -.if exists(${LOCALBASE}/lib/libdsocks.so) -BROKEN= Optional socks5 support will only build against net/socks5 which conflicts with net/dante -.endif -BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 -CONFIGURE_ARGS+= --with-socks5=${LOCALBASE}/include -.endif - ## WITH_SSL enable SSL support # .if defined(WITH_SSL) |