diff options
author | wiz <wiz@pkgsrc.org> | 2003-12-26 19:55:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-12-26 19:55:34 +0000 |
commit | 509a3feed4c62af265d36e539d6604ff6497d865 (patch) | |
tree | 94e0f7a2a17cbb6e9efbaa957c25bde05609fdb0 /chat | |
parent | 81781b4ba410cb156ad563d68d849858240aef49 (diff) | |
download | pkgsrc-509a3feed4c62af265d36e539d6604ff6497d865.tar.gz |
Depend on latest kdebase-1*.
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 866697c7126..e0e7b76575c 100644 --- a/chat/kicq/Makefile +++ b/chat/kicq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/07/17 21:25:56 grant Exp $ +# $NetBSD: Makefile,v 1.16 2003/12/26 19:57:31 wiz Exp $ DISTNAME= kicq-1.0.0 PKGREVISION= 2 @@ -10,7 +10,7 @@ HOMEPAGE= http://kicq.sourceforge.net/ COMMENT= KDE ICQ client DEPENDS+= icqlib>=1.0.0:../../chat/icqlib -DEPENDS+= kdebase-1.1.2nb3:../../x11/kdebase +DEPENDS+= kdebase-1.1.2nb4:../../x11/kdebase USE_X11BASE= yes USE_GMAKE= yes |