Add back "USE_LIBINTL= YES" because the locale files aren't built on

a 1.5 release system otherwise.
This commit is contained in:
tron 2001-07-17 12:04:16 +00:00
parent ab363a2a5d
commit ed557ee00b

View file

@ -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}"