diff options
-rw-r--r-- | sysutils/mc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/mc/Makefile b/sysutils/mc/Makefile index 20410742a4e..c5cac37374f 100644 --- a/sysutils/mc/Makefile +++ b/sysutils/mc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 2011/04/22 13:44:44 obache Exp $ +# $NetBSD: Makefile,v 1.82 2011/05/07 15:49:37 cheusov Exp $ DISTNAME= mc-4.7.0.10 PKGREVISION= 3 @@ -18,6 +18,8 @@ USE_TOOLS+= pkg-config unzip:run GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES +CHECK_INTERPRETER_SKIP= libexec/mc/extfs.d/s3+ + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "Linux" |