diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-04-24 20:46:36 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-04-24 20:46:36 +0000 |
commit | 6e752037f084b1896fd4cde02392f9b42f7c61b4 (patch) | |
tree | ad5cc2592ad18f6206d75fa2603f5a15bf847151 /chat/gaim | |
parent | 46761534c48aad65802e7c5fb2d47d61dda7b788 (diff) | |
download | pkgsrc-6e752037f084b1896fd4cde02392f9b42f7c61b4.tar.gz |
gaim-gtk1's package basename is the same as gaim's one; adjust CONFLICTS
accordingly.
Diffstat (limited to 'chat/gaim')
-rw-r--r-- | chat/gaim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/gaim/Makefile b/chat/gaim/Makefile index bcd1af6eeef..a79ccd006f4 100644 --- a/chat/gaim/Makefile +++ b/chat/gaim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2003/04/11 15:41:37 jmmv Exp $ +# $NetBSD: Makefile,v 1.27 2003/04/24 20:46:36 jmmv Exp $ # DISTNAME= gaim-0.61 @@ -12,7 +12,7 @@ COMMENT= GTK2 based client for the AOL Instant Messenger chat system DEPENDS+= gnome2-dirs>=1.1:../../misc/gnome2-dirs -CONFLICTS+= gaim-gtk1-[0-9]* gaim-gnome-[0-9]* +CONFLICTS+= gaim<0.61 gaim-gnome-[0-9]* GNU_CONFIGURE= YES USE_BUILDLINK2= YES |