diff options
Diffstat (limited to 'sysutils/xfsprogs/Makefile')
-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 5dc984f3b7cd..94a083f7fc7c 100644 --- a/sysutils/xfsprogs/Makefile +++ b/sysutils/xfsprogs/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfsprogs PORTVERSION= 2.9.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= ftp://oss.sgi.com/projects/xfs/cmd_tars/ \ ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/ @@ -19,7 +19,7 @@ COMMENT= A set of utilities and library to manipulate an xfs filesystem USE_GMAKE= yes USE_GETTEXT= yes -USE_AUTOTOOLS= autoconf:262 libtool:22:env +USE_AUTOTOOLS= autoconf:267 libtool:22:env GNU_CONFIGURE= yes CONFIGURE_ENV+= INSTALL="${INSTALL} ${_BINOWNGRP}" \ CFLAGS="${CFLAGS}" \ |