BUILDLINK_DEPENDS.perl was incorrectly set to full; full is not a package

name. Changed to perl-5*.
This commit is contained in:
jklos 2003-02-18 10:34:10 +00:00
parent 4214efb6ae
commit be88583b1c

View file

@ -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"