pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xentools20 Fix dependency pattern to include ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca4fc53026f3
branches:  trunk
changeset: 492611:ca4fc53026f3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Apr 16 13:35:29 2005 +0000

description:
Fix dependency pattern to include [0-9].

diffstat:

 sysutils/xentools20/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8b36e3751ad5 -r ca4fc53026f3 sysutils/xentools20/Makefile
--- a/sysutils/xentools20/Makefile      Sat Apr 16 12:47:47 2005 +0000
+++ b/sysutils/xentools20/Makefile      Sat Apr 16 13:35:29 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/04/11 21:47:31 tv Exp $
+# $NetBSD: Makefile,v 1.8 2005/04/16 13:35:29 wiz Exp $
 #
 
 DISTNAME=              xen-2.0.3-src
@@ -13,7 +13,7 @@
 HOMEPAGE=              http://www.netbsd.org/Ports/xen/
 COMMENT=               Userland Tools for Xen
 
-DEPENDS+=              ${PYPKGPREFIX}-twisted*:../../net/py-twisted
+DEPENDS+=              ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
 
 USE_PKGINSTALL=                yes
 



Home | Main Index | Thread Index | Old Index