summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authortron <tron>2001-08-27 14:35:04 +0000
committertron <tron>2001-08-27 14:35:04 +0000
commite9a15cf60cb0df818817d9787d8349256ab361f3 (patch)
tree7c17d7303ac7c9f39a4bf93764bc326af20f142a /chat
parent3e0c737ffbdf90692697bede4bd1970d4ddea32e (diff)
downloadpkgsrc-e9a15cf60cb0df818817d9787d8349256ab361f3.tar.gz
Use wildcard dependence on "autoconf" package.
Diffstat (limited to 'chat')
-rw-r--r--chat/kicq/Makefile4
-rw-r--r--chat/kyahoo/Makefile5
2 files changed, 4 insertions, 5 deletions
diff --git a/chat/kicq/Makefile b/chat/kicq/Makefile
index 3d2526f64f7..81df13805a1 100644
--- a/chat/kicq/Makefile
+++ b/chat/kicq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/06/11 06:34:21 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2001/08/27 14:35:05 tron Exp $
DISTNAME= kicq-1.0.0
CATEGORIES= chat kde
@@ -8,7 +8,7 @@ MAINTAINER= magick@bundy.lip.owl.de
HOMEPAGE= http://kicq.sourceforge.net/
COMMENT= KDE ICQ client
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
DEPENDS+= icqlib>=1.0.0:../../chat/icqlib
DEPENDS+= kdebase-1.1.2:../../x11/kdebase
diff --git a/chat/kyahoo/Makefile b/chat/kyahoo/Makefile
index 0e960648f63..180f3f291eb 100644
--- a/chat/kyahoo/Makefile
+++ b/chat/kyahoo/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/08/26 10:32:19 skrll Exp $
-#
+# $NetBSD: Makefile,v 1.3 2001/08/27 14:35:05 tron Exp $
DISTNAME= kyahoo-0.7
CATEGORIES= chat
@@ -11,7 +10,7 @@ HOMEPAGE= http://kyahoo.sourceforge.net/
COMMENT= yahoo client for KDE
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
DEPENDS+= kdebase>=2.1:../../x11/kdebase2
.include "../../x11/kde2/Makefile.part2"