diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2007-03-08 14:52:23 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2007-03-08 14:52:23 +0000 |
commit | 2adf560f19191cfe79e663916198e20a79ebc29a (patch) | |
tree | 88b9af05c7344d021a409f517caeaa93d476677a /irc | |
parent | bb3df3717bfab814eaed64479a2c18d6a4992c48 (diff) | |
download | ports-2adf560f19191cfe79e663916198e20a79ebc29a.tar.gz ports-2adf560f19191cfe79e663916198e20a79ebc29a.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/epic4/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile index df6cf1e9c024..da10e51556fd 100644 --- a/irc/epic4/Makefile +++ b/irc/epic4/Makefile @@ -9,7 +9,8 @@ PORTNAME= epic4 PORTVERSION= 2.6 PORTREVISION= 1 CATEGORIES= irc ipv6 -MASTER_SITES= ftp://ftp.prbh.org/pub/epic/EPIC4-PRODUCTION/ \ +MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/ \ + http://tehran.lain.pl/epic-mirror/EPIC4-PRODUCTION/ \ ftp://ftp.irc.org/irc/clients/unix/epic/EPIC4-PRODUCTION/ \ ftp://ftp.parodius.com/pub/epic/EPIC4-PRODUCTION/ \ http://ftp.freenet.de/pub/ftp.prbh.org/pub/epic/EPIC4-PRODUCTION/ \ @@ -67,22 +68,22 @@ CONFIGURE_ARGS+= --with-perl=${SITE_PERL}/../../${PERL_VER}/mach/CORE # .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 +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 +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) -CONFIGURE_ARGS+= --with-ssl +CONFIGURE_ARGS+= --with-ssl .endif ## WITH_TERMCAP forceably refuse to use terminfo/ncurses # .if defined(WITH_TERMCAP) -CONFIGURE_ARGS+= --with-termcap +CONFIGURE_ARGS+= --with-termcap .endif post-extract: |