summaryrefslogtreecommitdiff
path: root/comms/pilot-link
diff options
context:
space:
mode:
authorjlam <jlam>2001-11-30 17:32:17 +0000
committerjlam <jlam>2001-11-30 17:32:17 +0000
commit6dbe43960cb0f55cdf26d6cc66a4e6621ea62da8 (patch)
treeb82edbae4a01695dfc4dd342499ceb850a89efee /comms/pilot-link
parent2f82e5ce86cee633835d1334966d1b0336fafdf1 (diff)
downloadpkgsrc-6dbe43960cb0f55cdf26d6cc66a4e6621ea62da8.tar.gz
Use perl5/buildlink.mk instead of USE_PERL5
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 735e9f97f21..f48d44e6cfa 100644
--- a/comms/pilot-link/Makefile
+++ b/comms/pilot-link/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2001/10/24 22:10:49 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2001/11/30 17:32:17 jlam Exp $
#
.include "../../comms/pilot-link/Makefile.common"
@@ -9,7 +9,6 @@ COMMENT= Tools to talk to the 3Com Pilot PDA
BUILDLINK_DEPENDS.pilot-link-libs= pilot-link-libs>=${PILOT_LINK_VERS}
USE_BUILDLINK_ONLY= # defined
-USE_PERL5= # defined
USE_GNU_READLINE= # defined
CONFIGURE_ARGS+= --with-perl5=${PERL5}
@@ -23,6 +22,7 @@ INSTALL_TARGET= install-execs install-man
.include "../../comms/pilot-link-libs/buildlink.mk"
.include "../../devel/readline/buildlink.mk"
+.include "../../lang/perl5/buildlink.mk"
.include "../../lang/tcl/buildlink.mk"
.include "../../x11/tk/buildlink.mk"
.include "../../mk/x11.buildlink.mk"