diff options
Diffstat (limited to 'comms/pilot-link')
-rw-r--r-- | comms/pilot-link/Makefile | 4 |
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" |