diff options
author | jpaetzel <jpaetzel@FreeBSD.org> | 2012-02-13 15:01:01 +0800 |
---|---|---|
committer | jpaetzel <jpaetzel@FreeBSD.org> | 2012-02-13 15:01:01 +0800 |
commit | 4bef531094e8f33327c1193f3a3271c317e07e95 (patch) | |
tree | 8842becf48b52ffbd069441c7ce91b3ee990cdb0 | |
parent | cfd761886a6f3b1956e6b32875110184ebb7e621 (diff) | |
download | freebsd-ports-gnome-4bef531094e8f33327c1193f3a3271c317e07e95.tar.gz freebsd-ports-gnome-4bef531094e8f33327c1193f3a3271c317e07e95.tar.zst freebsd-ports-gnome-4bef531094e8f33327c1193f3a3271c317e07e95.zip |
Remove optional dependancy on net/socks5, which will be exiting the ports
tree shortly.
There is a "drop-in" replacement for net/socks5 in net/dante which with
allegedly small modifications will "Just Work"
-rw-r--r-- | irc/xchat1/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile index 5d2bf6d573bc..7f3431bc3889 100644 --- a/irc/xchat1/Makefile +++ b/irc/xchat1/Makefile @@ -7,7 +7,7 @@ PORTNAME= xchat PORTVERSION= 1.8.11 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES+= irc gnome ipv6 MASTER_SITES= http://xchat.org/files/source/1.8/ \ http://xchat.linuxpower.org/files/source/1.8/ @@ -50,12 +50,6 @@ CONFIGURE_ARGS+= --disable-python .include <bsd.port.pre.mk> -.if defined(WITH_SOCKS) -# Assign with `+=' for slave ports -BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 -CONFIGURE_ARGS+= --enable-socks -.endif - .if defined(WITH_TRANSPARENCY) BUILD_DEPENDS+= ${LOCALBASE}/bin/gdk-pixbuf-config:${PORTSDIR}/graphics/gdk-pixbuf CONFIGURE_ARGS+= --enable-gdk-pixbuf |