diff options
author | Craig Rodrigues <rodrigc@FreeBSD.org> | 2005-06-29 18:52:35 +0000 |
---|---|---|
committer | Craig Rodrigues <rodrigc@FreeBSD.org> | 2005-06-29 18:52:35 +0000 |
commit | 441cccc77f9109ef02742d891d7091bfdaaf3c57 (patch) | |
tree | 3af4ce578392d7469d5c440d927b31c063fbdb58 | |
parent | Fix segfault on "mc -v /some/file". (diff) |
Add dependency on libtool.
Approved by: demon (ports mentor)
Notes
Notes:
svn path=/head/; revision=138203
-rw-r--r-- | sysutils/xfsprogs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/xfsprogs/Makefile b/sysutils/xfsprogs/Makefile index 36c27237000b..24553a1cd565 100644 --- a/sysutils/xfsprogs/Makefile +++ b/sysutils/xfsprogs/Makefile @@ -19,6 +19,7 @@ USE_REINPLACE= yes USE_GMAKE= yes USE_GETTEXT= yes USE_AUTOCONF_VER= 259 +WANT_LIBTOOL_VER= 15 GNU_CONFIGURE= yes CONFIGURE_ENV+= INSTALL="${INSTALL} ${_BINOWNGRP}" \ CFLAGS="${CFLAGS}" \ |