summaryrefslogtreecommitdiff
path: root/net/wget/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-13 18:23:29 +0000
committerjlam <jlam>2006-04-13 18:23:29 +0000
commit2c01ea3b7724677eb90f7cc5186e55f90a768fed (patch)
tree729febc408b332097c08ae0e7d6cc546eae5bec4 /net/wget/Makefile
parent0d23c6cf3b6a21d4d2329d18c05613115d683099 (diff)
downloadpkgsrc-2c01ea3b7724677eb90f7cc5186e55f90a768fed.tar.gz
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'net/wget/Makefile')
-rw-r--r--net/wget/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile
index 46375a5a950..5a911dfd54b 100644
--- a/net/wget/Makefile
+++ b/net/wget/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2006/04/06 03:44:19 jlam Exp $
+# $NetBSD: Makefile,v 1.93 2006/04/13 18:23:36 jlam Exp $
DISTNAME= wget-1.10.2
PKGREVISION= 1
@@ -9,13 +9,12 @@ MAINTAINER= pkgsrc-users@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_TOOLS+= perl
GNU_CONFIGURE= YES
USE_OLD_DES_API= YES
USE_PKGLOCALEDIR= YES
+USE_TOOLS+= msgfmt
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ENV+= ac_cv_func_sigsetjmp=yes