diff options
author | tron <tron@pkgsrc.org> | 2001-07-26 12:15:03 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-07-26 12:15:03 +0000 |
commit | 594e7634734674bb60578340629f7d483cbfc8c8 (patch) | |
tree | 54ad8432f65fdc663b0375fdbdadcad2b999e848 | |
parent | 4410e44610095c8553c60428160f83697938bb15 (diff) | |
download | pkgsrc-594e7634734674bb60578340629f7d483cbfc8c8.tar.gz |
Add build time dependence on "perl" package because manual page won't
be build otherwise.
-rw-r--r-- | net/wget/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index f883331bc36..f3da6c606b2 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2001/07/22 15:46:20 tron Exp $ +# $NetBSD: Makefile,v 1.39 2001/07/26 12:15:03 tron Exp $ DISTNAME= wget-1.7 CATEGORIES= net @@ -12,6 +12,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/wget/wget.html COMMENT= Retrieve files from the 'net via HTTP and FTP +BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 + BUILD_USES_MSGFMT= YES USE_BUILDLINK_ONLY= YES |