diff options
author | jmmv <jmmv> | 2003-04-24 20:46:36 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-04-24 20:46:36 +0000 |
commit | f9d80852e6240a8f47557338c33b7a5b52788e58 (patch) | |
tree | ad5cc2592ad18f6206d75fa2603f5a15bf847151 /chat/gaim/Makefile | |
parent | 6c9377b431b87bbc652a3f230223315d4289cf7b (diff) | |
download | pkgsrc-f9d80852e6240a8f47557338c33b7a5b52788e58.tar.gz |
gaim-gtk1's package basename is the same as gaim's one; adjust CONFLICTS
accordingly.
Diffstat (limited to 'chat/gaim/Makefile')
-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 |