summaryrefslogtreecommitdiff
path: root/net/wget
diff options
context:
space:
mode:
authortron <tron>2001-07-17 12:04:16 +0000
committertron <tron>2001-07-17 12:04:16 +0000
commitf2238ff0d947de2157fc6fa677e8ad17a4c7aec4 (patch)
tree905cdf81d2188e942abc8cdeb80d110da7d9606b /net/wget
parent4516885357d477fa3de6b47e63445f0e1402e648 (diff)
downloadpkgsrc-f2238ff0d947de2157fc6fa677e8ad17a4c7aec4.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/Makefile11
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}"