summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-04-26 06:23:58 +0000
committerrillig <rillig@pkgsrc.org>2020-04-26 06:23:58 +0000
commita5a4c475fec5b04be78b9c6f6ef5396811c64b18 (patch)
treec151e11105391a05ba76054d30f6e79a4a7f22d5 /comms
parent4f7ca42a167453f8a19e9e3542699f2d2c918feb (diff)
downloadpkgsrc-a5a4c475fec5b04be78b9c6f6ef5396811c64b18.tar.gz
comms/pilot-link: fix unknown configure options
Diffstat (limited to 'comms')
-rw-r--r--comms/pilot-link/Makefile.common7
1 files changed, 2 insertions, 5 deletions
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