diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-12 21:02:24 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-12 21:02:24 +0000 |
commit | 5ecc9f02e7b40af21cd919621c5b209333328f73 (patch) | |
tree | 085f08c135fbb33519e64d7f0dc6412684274790 /chat | |
parent | fdfc6335ceb651855d36b75661a29e1e2ec5ea02 (diff) | |
download | pkgsrc-5ecc9f02e7b40af21cd919621c5b209333328f73.tar.gz |
Fix broken dependencies due to bump of PKGREVISION caused by Mesa update.
Pointed out by wiz.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/kicq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/kicq/Makefile b/chat/kicq/Makefile index 9e643664a5c..701950d8354 100644 --- a/chat/kicq/Makefile +++ b/chat/kicq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/03/15 16:48:15 skrll Exp $ +# $NetBSD: Makefile,v 1.11 2003/03/12 21:02:25 jschauma Exp $ DISTNAME= kicq-1.0.0 PKGREVISION= 1 @@ -10,7 +10,7 @@ HOMEPAGE= http://kicq.sourceforge.net/ COMMENT= KDE ICQ client DEPENDS+= icqlib>=1.0.0:../../chat/icqlib -DEPENDS+= kdebase-1.1.2nb1:../../x11/kdebase +DEPENDS+= kdebase-1.1.2nb2:../../x11/kdebase USE_X11BASE= yes USE_GMAKE= yes |