diff options
author | ade <ade@FreeBSD.org> | 2005-06-21 11:34:52 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2005-06-21 11:34:52 +0800 |
commit | 9d1f6423bfb852d680b34c57fa4d5d046e684790 (patch) | |
tree | dc6e10759d76d421afa1665cd2b5cf9c44997ecb /sysutils | |
parent | 737523d66c76524b934750836b7988966a9f7898 (diff) | |
download | freebsd-ports-gnome-9d1f6423bfb852d680b34c57fa4d5d046e684790.tar.gz freebsd-ports-gnome-9d1f6423bfb852d680b34c57fa4d5d046e684790.tar.zst freebsd-ports-gnome-9d1f6423bfb852d680b34c57fa4d5d046e684790.zip |
Remove USE_AUTOTOOLS from the two ports that had it erroneously defined
for some reason as part of minor cleanups before the new world order.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xfsprogs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysutils/xfsprogs/Makefile b/sysutils/xfsprogs/Makefile index 02834c179dca..36c27237000b 100644 --- a/sysutils/xfsprogs/Makefile +++ b/sysutils/xfsprogs/Makefile @@ -18,7 +18,6 @@ COMMENT= A set of utilities and library to manipulate an xfs filesystem USE_REINPLACE= yes USE_GMAKE= yes USE_GETTEXT= yes -USE_AUTOTOOLS= yes USE_AUTOCONF_VER= 259 GNU_CONFIGURE= yes CONFIGURE_ENV+= INSTALL="${INSTALL} ${_BINOWNGRP}" \ |