diff options
author | wiz <wiz@pkgsrc.org> | 2001-12-19 20:31:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-12-19 20:31:57 +0000 |
commit | b24e599078afbbba4240211131b440a066a91e14 (patch) | |
tree | 5f48b0dceff582b673c29a8dd252eb0600e4aaa6 | |
parent | 9bf019738762814f3a37d8f402e3ddf8ed98d216 (diff) | |
download | pkgsrc-b24e599078afbbba4240211131b440a066a91e14.tar.gz |
Add perl BUILD_DEPENDENCY. Should fix bulk build failure.
-rw-r--r-- | sysutils/lavaps/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/lavaps/Makefile b/sysutils/lavaps/Makefile index 6386b2c9494..8cba81fe86c 100644 --- a/sysutils/lavaps/Makefile +++ b/sysutils/lavaps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/10/31 02:03:29 hubertf Exp $ +# $NetBSD: Makefile,v 1.11 2001/12/19 20:31:57 wiz Exp $ # DISTNAME= lavaps-1.20 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/ COMMENT= Lava lamp of currently running processes DEPENDS+= tk>=8.3.2:../../x11/tk +BUILD_DEPENDS+= perl>=5.0:../../lang/perl5 WRKSRC= ${WRKDIR}/${PKGNAME} USE_X11= # defined |