Use perl5/buildlink.mk instead of USE_PERL5
This commit is contained in:
parent
cdd2882b09
commit
048e52aa60
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue