diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 12:16:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 12:16:06 +0000 |
commit | 0a47453c43847e9c567bc255af153f330b11945d (patch) | |
tree | fc6a14e0c2b6c660a1102f06b0c9142629680a03 /misc/mc-light | |
parent | 4ec433d559d78ae2106976ca9d9bb2e01d0c527f (diff) |
Notes
Diffstat (limited to 'misc/mc-light')
-rw-r--r-- | misc/mc-light/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/mc-light/Makefile b/misc/mc-light/Makefile index 10d741d34f7d..d5e260e30125 100644 --- a/misc/mc-light/Makefile +++ b/misc/mc-light/Makefile @@ -19,8 +19,7 @@ OPTIONS_DEFINE= NLS SUBSHELL MC_IN_MC SUBSHELL_DESC= Build with subshell support (only for bash!) MC_IN_MC_DESC= Allow run mc inside mc (useful for mcedit) -USES= pkgconfig iconv -USE_GMAKE= yes +USES= pkgconfig iconv gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-included-slang \ --with-gettext \ |