diff options
author | jmelo <jmelo@FreeBSD.org> | 2007-03-08 22:52:23 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2007-03-08 22:52:23 +0800 |
commit | 87470e68137022b71c5382842b6aa0be0da3f443 (patch) | |
tree | c2b49b8135337bf47ff38d6d575779c50e49d209 /irc/epic4 | |
parent | 79884eee4494688fd8c77467202f708690c636f6 (diff) | |
download | freebsd-ports-gnome-87470e68137022b71c5382842b6aa0be0da3f443.tar.gz freebsd-ports-gnome-87470e68137022b71c5382842b6aa0be0da3f443.tar.zst freebsd-ports-gnome-87470e68137022b71c5382842b6aa0be0da3f443.zip |
- Update mastersites.
PR: ports/109921
Submitted by: Josh Paetzel <josh@tcbug.org> (maintainer)
Diffstat (limited to 'irc/epic4')
-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: |