BUILDLINK_DEPENDS.perl was incorrectly set to full; full is not a package
name. Changed to perl-5*.
This commit is contained in:
parent
4214efb6ae
commit
be88583b1c
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: module.mk,v 1.4 2003/02/17 20:08:46 jlam Exp $
|
||||
# $NetBSD: module.mk,v 1.5 2003/02/18 10:34:10 jklos Exp $
|
||||
#
|
||||
# This Makefile fragment is intended to be included by packages that build
|
||||
# and install perl5 modules.
|
||||
|
@ -29,7 +29,7 @@
|
|||
.if !defined(_PERL5_MODULE_MK)
|
||||
_PERL5_MODULE_MK= # defined
|
||||
|
||||
BUILDLINK_DEPENDS.perl+= full
|
||||
BUILDLINK_DEPENDS.perl+= perl-5*
|
||||
|
||||
.include "../../lang/perl5/buildlink2.mk"
|
||||
|
||||
|
|
Loading…
Reference in a new issue