diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2012-02-13 07:01:01 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2012-02-13 07:01:01 +0000 |
commit | d3a0152ccc4363fb42da3b37320e2b3317a49a58 (patch) | |
tree | 062dee087a357e876f061b55b1f0c3d17b35f22b /irc | |
parent | 9902b794c6189473d7370d03c68b0a513dfb07d1 (diff) | |
download | ports-d3a0152ccc4363fb42da3b37320e2b3317a49a58.tar.gz ports-d3a0152ccc4363fb42da3b37320e2b3317a49a58.zip |
Notes
Diffstat (limited to 'irc')
-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 |