pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Wildcard depends.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/313bd1e48cb8
branches:  trunk
changeset: 482461:313bd1e48cb8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Oct 28 11:54:12 2004 +0000

description:
Wildcard depends.

diffstat:

 mbone/vat/Makefile         |  4 ++--
 sysutils/xhfs/Makefile     |  4 ++--
 x11/qwspritefield/Makefile |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 74259d8fd4cd -r 313bd1e48cb8 mbone/vat/Makefile
--- a/mbone/vat/Makefile        Thu Oct 28 11:53:50 2004 +0000
+++ b/mbone/vat/Makefile        Thu Oct 28 11:54:12 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2004/03/08 20:27:15 minskim Exp $
+# $NetBSD: Makefile,v 1.47 2004/10/28 11:54:12 wiz Exp $
 #
 
 DISTNAME=              vatsrc-4.0b2
@@ -11,7 +11,7 @@
 COMMENT=               The Visual Audio Tool - multicast audioconferencing
 
 DEPENDS+=              tk>=8.3.2:../../x11/tk83
-DEPENDS+=              gsm-1.0.10:../../audio/gsm
+DEPENDS+=              gsm>=1.0.10:../../audio/gsm
 
 WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
 USE_X11=               yes
diff -r 74259d8fd4cd -r 313bd1e48cb8 sysutils/xhfs/Makefile
--- a/sysutils/xhfs/Makefile    Thu Oct 28 11:53:50 2004 +0000
+++ b/sysutils/xhfs/Makefile    Thu Oct 28 11:54:12 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/03/08 20:27:16 minskim Exp $
+# $NetBSD: Makefile,v 1.8 2004/10/28 11:54:28 wiz Exp $
 #
 
 DISTNAME=      hfsutils-3.2.6
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://www.mars.org/home/rob/proj/hfs/
 COMMENT=       Tk GUI + Tcl Shell for accessing HFS volumes
 
-DEPENDS=       libhfs-3.2.6:../../devel/libhfs
+DEPENDS=       libhfs>=3.2.6:../../devel/libhfs
 DEPENDS+=      tk>=8.3.2:../../x11/tk83
 
 USE_X11=       yes
diff -r 74259d8fd4cd -r 313bd1e48cb8 x11/qwspritefield/Makefile
--- a/x11/qwspritefield/Makefile        Thu Oct 28 11:53:50 2004 +0000
+++ b/x11/qwspritefield/Makefile        Thu Oct 28 11:54:12 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/10/03 00:18:38 tv Exp $
+# $NetBSD: Makefile,v 1.21 2004/10/28 12:08:06 wiz Exp $
 
 DISTNAME=      QwSpriteField1.6
 PKGNAME=       qwspritefield-1.6
@@ -9,7 +9,7 @@
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
 COMMENT=       Efficiently redrawn sprites in the Qt GUI Toolkit
 
-DEPENDS+=      qt1-1.44:../../x11/qt1
+DEPENDS+=      qt1>=1.44:../../x11/qt1
 
 CONFLICTS=     kdesupport-1.0
 



Home | Main Index | Thread Index | Old Index