diff options
Diffstat (limited to 'sysutils/xfsprogs')
-rw-r--r-- | sysutils/xfsprogs/Makefile | 4 |
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} |