diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-11 04:44:32 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-11 04:44:32 +0000 |
commit | 2adbe2984d7aeb8a4414d128500209f77243e8ca (patch) | |
tree | de6b9d3a63dfd2b2df2ab266c0d1437a5957c8b5 /irc | |
parent | be7f3f8eb03d28004ea4e478d72c5ac6234b7500 (diff) | |
download | ports-2adbe2984d7aeb8a4414d128500209f77243e8ca.tar.gz ports-2adbe2984d7aeb8a4414d128500209f77243e8ca.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/xchat-gnome/Makefile | 2 | ||||
-rw-r--r-- | irc/xchat2/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index aca708fe339b..1ac54858e52a 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -28,6 +28,8 @@ CONFIGURE_ARGS= --enable-nls \ --enable-ipv6 \ --enable-perl +CONFLICTS= xchat-* + .include <bsd.port.pre.mk> .if defined(WITH_SOCKS) diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index aca708fe339b..1ac54858e52a 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -28,6 +28,8 @@ CONFIGURE_ARGS= --enable-nls \ --enable-ipv6 \ --enable-perl +CONFLICTS= xchat-* + .include <bsd.port.pre.mk> .if defined(WITH_SOCKS) |