diff options
author | jmmv <jmmv> | 2003-04-24 21:18:49 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-04-24 21:18:49 +0000 |
commit | 00a58657262ec61cd893188c436debe0eba1448d (patch) | |
tree | 83847ada0178c53650f34fb814ff12bb3bf05e29 /chat/gaim | |
parent | 43c183b9ed4910b77c161fe7f7e3e7914388473b (diff) | |
download | pkgsrc-00a58657262ec61cd893188c436debe0eba1448d.tar.gz |
Hmm... I should not "fix" things when I'm tired... there is no need to add
conflicts between packages with the same basename! (thanks wiz, as usual ;).
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 a79ccd006f4..b0f41bde21d 100644 --- a/chat/gaim/Makefile +++ b/chat/gaim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2003/04/24 20:46:36 jmmv Exp $ +# $NetBSD: Makefile,v 1.28 2003/04/24 21:18:49 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<0.61 gaim-gnome-[0-9]* +CONFLICTS+= gaim-gnome-[0-9]* GNU_CONFIGURE= YES USE_BUILDLINK2= YES |