diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-22 20:23:32 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-22 20:23:32 +0000 |
commit | 7e23fb52285887952473a623c5797cf3494a0354 (patch) | |
tree | bcaa2414d966adca30bca97736d642b54ff82490 | |
parent | e2a4ba760d89f4f1a467d78df13fcbb5452465be (diff) | |
download | ports-7e23fb52285887952473a623c5797cf3494a0354.tar.gz ports-7e23fb52285887952473a623c5797cf3494a0354.zip |
Notes
-rw-r--r-- | irc/xchat-gnome/Makefile | 2 | ||||
-rw-r--r-- | irc/xchat2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 31a42190563d..63765934c2d6 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/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 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 |