Add necessary build dependence on "perl" package.
This commit is contained in:
parent
1a79961b2c
commit
4d66a3b13b
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue