diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-23 04:23:32 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-23 04:23:32 +0800 |
commit | 8f9af2e1d4cf4b29eaecaef216a96a28a3831fae (patch) | |
tree | b33451ed130fc19a58049eb6394bc7c1d4aa8440 /irc/xchat2 | |
parent | 2e14f2cf76e52652b335fd7c953672d14860be2c (diff) | |
download | freebsd-ports-gnome-8f9af2e1d4cf4b29eaecaef216a96a28a3831fae.tar.gz freebsd-ports-gnome-8f9af2e1d4cf4b29eaecaef216a96a28a3831fae.tar.zst freebsd-ports-gnome-8f9af2e1d4cf4b29eaecaef216a96a28a3831fae.zip |
Make sure this port only conflicts with xchat-1.x, and not the
xchat-systray-plugin.
Noticed by: pav
Diffstat (limited to 'irc/xchat2')
-rw-r--r-- | irc/xchat2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index 31a42190563d..63765934c2d6 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -29,7 +29,7 @@ CONFIGURE_ARGS= --enable-nls \ --enable-ipv6 \ --enable-perl -CONFLICTS= xchat-* +CONFLICTS= xchat-1* .if defined(WITH_SOCKS) BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 |