diff options
author | fjoe <fjoe@FreeBSD.org> | 2009-09-14 20:58:21 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2009-09-14 20:58:21 +0800 |
commit | 315090f0138dbb3e4fc62ebe6b16cb2d6c385710 (patch) | |
tree | ca3b176cf99a4c594f197d9c8b99d710ae1075e7 /misc/mc/Makefile | |
parent | 52f64f26552585ee1884fa4921910073a695a454 (diff) | |
download | freebsd-ports-gnome-315090f0138dbb3e4fc62ebe6b16cb2d6c385710.tar.gz freebsd-ports-gnome-315090f0138dbb3e4fc62ebe6b16cb2d6c385710.tar.zst freebsd-ports-gnome-315090f0138dbb3e4fc62ebe6b16cb2d6c385710.zip |
Add missing on autoconf.
PR: 138377
Diffstat (limited to 'misc/mc/Makefile')
-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 |