From a5a4c475fec5b04be78b9c6f6ef5396811c64b18 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 26 Apr 2020 06:23:58 +0000 Subject: comms/pilot-link: fix unknown configure options --- comms/pilot-link/Makefile.common | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'comms') diff --git a/comms/pilot-link/Makefile.common b/comms/pilot-link/Makefile.common index 7a2ebe392e2..5d8d3336d31 100644 --- a/comms/pilot-link/Makefile.common +++ b/comms/pilot-link/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.15 2017/09/03 08:36:51 wiz Exp $ +# $NetBSD: Makefile.common,v 1.16 2020/04/26 06:23:58 rillig Exp $ # used by comms/p5-pilot-link/Makefile # used by comms/pilot-link/Makefile # used by comms/pilot-link-libs/Makefile @@ -25,14 +25,11 @@ CONFIGURE_ARGS+= --without-libiconv .else CONFIGURE_ARGS+= --with-libiconv .endif -CONFIGURE_ARGS+= --with-cpp CONFIGURE_ARGS+= --without-java -CONFIGURE_ARGS+= --without-itcl -CONFIGURE_ARGS+= --without-perl5 +CONFIGURE_ARGS+= --without-perl # is overridden in p5-pilot-link CONFIGURE_ARGS+= --without-python CONFIGURE_ARGS+= --without-tcl -CONFIGURE_ARGS+= --without-tk DISTINFO_FILE= ${.CURDIR}/../../comms/pilot-link/distinfo PATCHDIR= ${.CURDIR}/../../comms/pilot-link/patches -- cgit v1.2.3