diff options
author | wiz <wiz> | 2005-06-24 17:28:15 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-06-24 17:28:15 +0000 |
commit | 9748b0069afee9e068097135a184e2179d8dc92d (patch) | |
tree | 667b59aba399282aa5c22cfa64318b9553deedaa /net/wget | |
parent | 9faa5ae858db44a4b2e948255be65989e6d762ef (diff) | |
download | pkgsrc-9748b0069afee9e068097135a184e2179d8dc92d.tar.gz |
USE_PERL5 -> USE_TOOLS+=perl.
Diffstat (limited to 'net/wget')
-rw-r--r-- | net/wget/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index 4bd0bc5e239..31cd2be787a 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 2005/04/11 21:47:02 tv Exp $ +# $NetBSD: Makefile,v 1.82 2005/06/24 17:28:15 wiz Exp $ DISTNAME= wget-1.9.1 PKGREVISION= 5 @@ -11,7 +11,7 @@ COMMENT= Retrieve files from the 'net via HTTP and FTP BUILD_USES_MSGFMT= YES -USE_PERL5= build +USE_TOOLS+= perl USE_PKGINSTALL= YES GNU_CONFIGURE= YES |