diff options
author | wiz <wiz@pkgsrc.org> | 2001-12-30 11:52:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-12-30 11:52:13 +0000 |
commit | 83997e1ac837f03c4a2c1e55eaa6e3398dfabfaa (patch) | |
tree | b293e000fa63c427335f9a05bdab50b2d3d8b4c7 /textproc | |
parent | bc4bd5fdf812324e1dc2577c9e6037f4d2ed7c89 (diff) | |
download | pkgsrc-83997e1ac837f03c4a2c1e55eaa6e3398dfabfaa.tar.gz |
Add build dependency on perl. Noted in pkg/15091 by Hiramatsu Yoshifumi.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/textutils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/textutils/Makefile b/textproc/textutils/Makefile index 16da8dfa890..5ed37c4eee1 100644 --- a/textproc/textutils/Makefile +++ b/textproc/textutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/02/26 20:19:49 tron Exp $ +# $NetBSD: Makefile,v 1.9 2001/12/30 11:52:13 wiz Exp $ # FreeBSD Id: ports/textproc/textutils/Makefile,v 1.7 1999/09/18 17:46:30 steve Exp DISTNAME= textutils-2.0 @@ -9,6 +9,8 @@ MAINTAINER= bouyer@netbsd.org HOMEPAGE= http://www.gnu.org/software/textutils/textutils.html COMMENT= GNU text utilities +BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 + USE_GMAKE= YES GNU_CONFIGURE= YES CONFIGURE_ARGS= --program-prefix=g |