diff options
author | tron <tron@pkgsrc.org> | 2001-12-28 07:35:30 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-12-28 07:35:30 +0000 |
commit | 4d66a3b13b6051137766cd65e2fc8bd70423a1ca (patch) | |
tree | 7fc19a63807f35cdb00904ec5892ca7c43342607 /sysutils/sh-utils | |
parent | 1a79961b2ce672237884bdad10bdc5ac2b93204e (diff) | |
download | pkgsrc-4d66a3b13b6051137766cd65e2fc8bd70423a1ca.tar.gz |
Add necessary build dependence on "perl" package.
Diffstat (limited to 'sysutils/sh-utils')
-rw-r--r-- | sysutils/sh-utils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/sh-utils/Makefile b/sysutils/sh-utils/Makefile index 4609e51fba6..2e1372ee407 100644 --- a/sysutils/sh-utils/Makefile +++ b/sysutils/sh-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/12/20 06:17:39 tron Exp $ +# $NetBSD: Makefile,v 1.6 2001/12/28 07:35:30 tron Exp $ DISTNAME= sh-utils-2.0 CATEGORIES= sysutils @@ -8,6 +8,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/shellutils/shellutils.html COMMENT= GNU shell utilities +BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 + USE_GMAKE= YES USE_GTEXINFO= YES GNU_CONFIGURE= YES |