diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-07 22:10:06 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-07 22:10:06 +0000 |
commit | 6ba884ea507f8f76bcee125186f4d22ab0e295b9 (patch) | |
tree | 53e05abdb6ed22c27c9c0fa337b5219655485b44 /sysutils/xenconsole | |
parent | 8cbbd5740e5ed83a29d44e327a1b080a7d652e8c (diff) | |
download | pkgsrc-6ba884ea507f8f76bcee125186f4d22ab0e295b9.tar.gz |
Add an explicit run-time dependency on perl because these packages
install perl scripts. Bump the PKGREVISION for the dependency change.
Diffstat (limited to 'sysutils/xenconsole')
-rw-r--r-- | sysutils/xenconsole/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/xenconsole/Makefile b/sysutils/xenconsole/Makefile index 2270e6e9c53..89c4879a3ef 100644 --- a/sysutils/xenconsole/Makefile +++ b/sysutils/xenconsole/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2006/02/17 07:55:57 martti Exp $ +# $NetBSD: Makefile,v 1.4 2006/07/07 22:10:07 jlam Exp $ DISTNAME= xenConsole-r0.15b1-1 PKGNAME= xenconsole-0.15b1.1 +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ucck/} @@ -22,6 +23,8 @@ DEPENDS+= p5-Sys-CpuLoad>=0.03:../../sysutils/p5-Sys-CpuLoad DEPENDS+= p5-Term-Size>=0.2:../../devel/p5-Term-Size DEPENDS+= p5-Time-HiRes>=0:../../time/p5-Time-HiRes +USE_TOOLS+= perl:run + SUBST_CLASSES+= xenconsole SUBST_STAGE.xenconsole= pre-configure SUBST_MESSAGE.xenconsole= Fixing paths. |