diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-13 17:08:22 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-13 17:08:22 +0000 |
commit | 10126c063250044ed66c7ad4b4a2358c9ff5996d (patch) | |
tree | 55122022d6636704ff29d4321a9bcb2fce415044 /net/wget/Makefile | |
parent | 4874ee813c194061969d8f6f7a5115bb221fb199 (diff) | |
download | pkgsrc-10126c063250044ed66c7ad4b4a2358c9ff5996d.tar.gz |
This does not seem to need GMAKE after all.
Diffstat (limited to 'net/wget/Makefile')
-rw-r--r-- | net/wget/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index cec0f3546db..525ab5bda13 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2003/01/28 22:03:57 jlam Exp $ +# $NetBSD: Makefile,v 1.58 2003/03/13 17:08:22 jschauma Exp $ DISTNAME= wget-1.8.2 CATEGORIES= net @@ -14,7 +14,6 @@ BUILD_USES_MSGFMT= YES USE_BUILDLINK2= YES USE_PKGINSTALL= YES -USE_GMAKE= YES GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} |