summaryrefslogtreecommitdiff
path: root/net/wget
diff options
context:
space:
mode:
authortron <tron>2001-07-26 12:15:03 +0000
committertron <tron>2001-07-26 12:15:03 +0000
commit17f44f3f9d492be335f56df64b65e1c6a73e2e02 (patch)
tree54ad8432f65fdc663b0375fdbdadcad2b999e848 /net/wget
parent808b456e727bb00f570c40ad2def8bf8e822f788 (diff)
downloadpkgsrc-17f44f3f9d492be335f56df64b65e1c6a73e2e02.tar.gz
Add build time dependence on "perl" package because manual page won't
be build otherwise.
Diffstat (limited to 'net/wget')
-rw-r--r--net/wget/Makefile4
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