From 579e97796954edc2469fac176e855589e1dc2997 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 5 Dec 2005 23:55:01 +0000 Subject: Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS. --- comms/pilot-link/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'comms/pilot-link') diff --git a/comms/pilot-link/Makefile b/comms/pilot-link/Makefile index 428fc70d542..cc5f398b972 100644 --- a/comms/pilot-link/Makefile +++ b/comms/pilot-link/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2005/07/16 19:10:38 jlam Exp $ +# $NetBSD: Makefile,v 1.42 2005/12/05 23:55:03 rillig Exp $ .include "../../comms/pilot-link/Makefile.common" @@ -11,7 +11,7 @@ BUILDLINK_DEPENDS.pilot-link-libs= pilot-link-libs>=${PILOT_LINK_VERS} USE_TOOLS+= gmake perl:run USE_GNU_READLINE= YES -CONFIGURE_ARGS+= --with-perl5=${PERL5} +CONFIGURE_ARGS+= --with-perl5=${PERL5:Q} CONFIGURE_ARGS+= --with-readline21 CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl} CONFIGURE_ARGS+= --with-tk=${BUILDLINK_PREFIX.tk} -- cgit v1.2.3