diff options
author | wiz <wiz> | 2005-04-16 13:35:29 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-04-16 13:35:29 +0000 |
commit | 29bf87f757bc36959ac0afe82077c61ed82ce387 (patch) | |
tree | ed21d64eeb81030fd6c0c9e4ba1353fca19c0c7b /sysutils/xentools20 | |
parent | 2e9d24eefdf57f26f9e9e06425a1210d30060d75 (diff) | |
download | pkgsrc-29bf87f757bc36959ac0afe82077c61ed82ce387.tar.gz |
Fix dependency pattern to include [0-9].
Diffstat (limited to 'sysutils/xentools20')
-rw-r--r-- | sysutils/xentools20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xentools20/Makefile b/sysutils/xentools20/Makefile index 41c021bda7f..68e8f9d79e5 100644 --- a/sysutils/xentools20/Makefile +++ b/sysutils/xentools20/Makefile @@ -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 @@ MAINTAINER= bouyer@NetBSD.org 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 |