summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-31 16:12:10 +0000
committerrillig <rillig@pkgsrc.org>2020-05-31 16:12:10 +0000
commit227bd7bb92bdd9bea0507f18d68c064f1add88b8 (patch)
tree1b951a4281c3b833f9496fa91fa6393861f36009 /editors
parent87f127318b78bd388cde2a18008a27f8e6b1f747 (diff)
downloadpkgsrc-227bd7bb92bdd9bea0507f18d68c064f1add88b8.tar.gz
editors/mule: disable check for unknown configure options
Diffstat (limited to 'editors')
-rw-r--r--editors/mule/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile
index 578aa350850..14de02158be 100644
--- a/editors/mule/Makefile
+++ b/editors/mule/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2017/05/07 06:49:23 tsutsui Exp $
+# $NetBSD: Makefile,v 1.55 2020/05/31 16:12:10 rillig Exp $
DISTNAME= mule-2.3
PKGREVISION= 9
@@ -22,6 +22,7 @@ WRKSRC= ${WRKDIR}/mule
USE_TOOLS+= gmake makeinfo
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANDIR= ${PREFIX}/${PKGMANDIR}/man1
+GNU_CONFIGURE_STRICT= no # everything ok, just ancient
.include "../../mk/bsd.prefs.mk"