diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-24 17:28:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-24 17:28:15 +0000 |
commit | c906222bfadd1e31ac390f88e34e543ce3d65a3d (patch) | |
tree | 667b59aba399282aa5c22cfa64318b9553deedaa /net | |
parent | e8b987872a7692156e449a8345ec7b95279fd2b7 (diff) | |
download | pkgsrc-c906222bfadd1e31ac390f88e34e543ce3d65a3d.tar.gz |
USE_PERL5 -> USE_TOOLS+=perl.
Diffstat (limited to 'net')
-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 |