summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2006-06-13 11:47:25 +0000
committerjoerg <joerg>2006-06-13 11:47:25 +0000
commit37ec52c09e1b6e71d001f71a6a9a92d2333e287b (patch)
treed447f319d77735c92c45e7c71c8d92764deddb06
parent5be5412b365091082fcfb4d115511253ba68b5b6 (diff)
downloadpkgsrc-37ec52c09e1b6e71d001f71a6a9a92d2333e287b.tar.gz
Needs msgfmt.
-rw-r--r--sysutils/xfsprogs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xfsprogs/Makefile b/sysutils/xfsprogs/Makefile
index db1757aae5f..c17af416081 100644
--- a/sysutils/xfsprogs/Makefile
+++ b/sysutils/xfsprogs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/03/04 21:30:44 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2006/06/13 11:47:25 joerg Exp $
DISTNAME= xfsprogs-2.7.3.src
PKGNAME= ${DISTNAME:S/.src//}
@@ -11,7 +11,7 @@ HOMEPAGE= http://oss.sgi.com/projects/xfs
COMMENT= XFS filesystem manipulation utilities
GNU_CONFIGURE= yes
-USE_TOOLS+= gmake autoconf
+USE_TOOLS+= gmake autoconf msgfmt
USE_LIBTOOL= yes
CONFIGURE_ARGS+=--enable-readline
CONFIGURE_ENV+= INSTALL_USER=${ROOT_USER} INSTALL_GROUP=${ROOT_GROUP}