diff options
author | wiz <wiz> | 2003-12-26 19:55:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-12-26 19:55:34 +0000 |
commit | b8552bfccc386cb37e0872bb2e96227602f2f0f4 (patch) | |
tree | 94e0f7a2a17cbb6e9efbaa957c25bde05609fdb0 /chat | |
parent | 8f89b35993756ef06a8dcdbbc7c59e08c27161b8 (diff) | |
download | pkgsrc-b8552bfccc386cb37e0872bb2e96227602f2f0f4.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 |