diff options
author | Max Khon <fjoe@FreeBSD.org> | 2009-09-14 12:58:21 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2009-09-14 12:58:21 +0000 |
commit | 7c481b979b85fab80dd3f89a08e16804365a9f3b (patch) | |
tree | 109e6856185f832307f027c689e6ac44d7d0cee6 /misc/mc | |
parent | 9dd482a0f233be01baefb9072267ec6cefe63da1 (diff) |
Notes
Diffstat (limited to 'misc/mc')
-rw-r--r-- | misc/mc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile index e6fa1291aeef..878b61d70f64 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -31,7 +31,7 @@ USE_GNOME= glib20 .endif USE_PERL5= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= aclocal:19 automake:19 +USE_AUTOTOOLS= aclocal:19 autoconf:262 automake:19 ACLOCAL_ARGS= -I m4 AUTOMAKE_ARGS= -c -a |