diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-16 13:35:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-16 13:35:29 +0000 |
commit | 0dc8c1f02c6f79cbd66a6b2aa28a2899d5109e5c (patch) | |
tree | ed21d64eeb81030fd6c0c9e4ba1353fca19c0c7b /sysutils | |
parent | 188360aa1197a39e495a009b2d53bf363118e18e (diff) | |
download | pkgsrc-0dc8c1f02c6f79cbd66a6b2aa28a2899d5109e5c.tar.gz |
Fix dependency pattern to include [0-9].
Diffstat (limited to 'sysutils')
-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 |