diff options
author | Jim Mock <jim@FreeBSD.org> | 2000-04-14 18:18:37 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2000-04-14 18:18:37 +0000 |
commit | 0b32dc9e2b85d4246df8d4412f1d79283e622aff (patch) | |
tree | c8e4c948043ecf634854dee5ed2c51ea61edc97b /irc/xchat/Makefile | |
parent | 52190dc8507b9627c89104cdb09794fe5da76544 (diff) | |
download | ports-0b32dc9e2b85d4246df8d4412f1d79283e622aff.tar.gz ports-0b32dc9e2b85d4246df8d4412f1d79283e622aff.zip |
Notes
Diffstat (limited to 'irc/xchat/Makefile')
-rw-r--r-- | irc/xchat/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index 7b0a2047c419..056c5cd088be 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= http://xchat.org/files/source/1.4/ \ MAINTAINER= jim@FreeBSD.org +.if defined(USE_SOCKS) +BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 +.endif LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ Imlib.5:${PORTSDIR}/graphics/imlib .if defined(USE_GNOME) @@ -29,6 +32,10 @@ USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls --disable-python +.if defined(USE_SOCKS) +CONFIGURE_ARGS+= --enable-socks +.endif + .if defined(USE_GNOME) CONFIGURE_ARGS+= --enable-gnome .if defined(USE_PANEL) |