diff options
author | tron <tron> | 2001-07-17 12:04:16 +0000 |
---|---|---|
committer | tron <tron> | 2001-07-17 12:04:16 +0000 |
commit | 50d7f070ee70bed1001d17988ea507f27bdc9722 (patch) | |
tree | 905cdf81d2188e942abc8cdeb80d110da7d9606b | |
parent | ce2aadf93f733c1d70b241c7685c3a304aec8039 (diff) | |
download | pkgsrc-50d7f070ee70bed1001d17988ea507f27bdc9722.tar.gz |
Add back "USE_LIBINTL= YES" because the locale files aren't built on
a 1.5 release system otherwise.
-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}" |