diff options
author | tron <tron@pkgsrc.org> | 2001-07-17 12:04:16 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-07-17 12:04:16 +0000 |
commit | ed557ee00beb2e2fbd1804cde364f8d4a5db64eb (patch) | |
tree | 905cdf81d2188e942abc8cdeb80d110da7d9606b /net/wget | |
parent | ab363a2a5d980de199b82c0032324ddf4a2006c2 (diff) | |
download | pkgsrc-ed557ee00beb2e2fbd1804cde364f8d4a5db64eb.tar.gz |
Add back "USE_LIBINTL= YES" because the locale files aren't built on
a 1.5 release system otherwise.
Diffstat (limited to 'net/wget')
-rw-r--r-- | net/wget/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index 90c06ba5420..70cc7d0a15d 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2001/07/17 10:56:57 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2001/07/17 12:04:16 tron Exp $ DISTNAME= wget-1.7 CATEGORIES= net @@ -12,11 +12,12 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/wget/wget.html COMMENT= Retrieve files from the 'net via HTTP and FTP -BUILD_USES_MSGFMT= yes -USE_BUILDLINK_ONLY= yes +BUILD_USES_MSGFMT= YES +USE_BUILDLINK_ONLY= YES -USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_GMAKE= YES +GNU_CONFIGURE= YES +USE_LIBINTL= YES MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" MAKE_FLAGS+= LDFLAGS="${LDFLAGS}" |