summaryrefslogtreecommitdiff
path: root/comms/pilot-link
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 23:55:01 +0000
committerrillig <rillig>2005-12-05 23:55:01 +0000
commit3dae8fea14cb07876cbc876f030a3b37361f56b8 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /comms/pilot-link
parentb235a79d8801c0bedb11aebddf494c6cd5c60968 (diff)
downloadpkgsrc-3dae8fea14cb07876cbc876f030a3b37361f56b8.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'comms/pilot-link')
-rw-r--r--comms/pilot-link/Makefile4
1 files changed, 2 insertions, 2 deletions
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}