diff options
author | wiz <wiz> | 2001-12-30 11:52:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-12-30 11:52:13 +0000 |
commit | 1dc6d926dca1820c301e8dee0c1a3fde45fbbfcf (patch) | |
tree | b293e000fa63c427335f9a05bdab50b2d3d8b4c7 | |
parent | 00df8de191101c247aeb571d69f0ef8b01cd6be7 (diff) | |
download | pkgsrc-1dc6d926dca1820c301e8dee0c1a3fde45fbbfcf.tar.gz |
Add build dependency on perl. Noted in pkg/15091 by Hiramatsu Yoshifumi.
-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 |