diff options
Diffstat (limited to 'net')
-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 |