From 57ec57613f26773de5efd860266e7e86199254b7 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 10 Feb 2004 02:22:49 +0000 Subject: PERL5_REQD is now a list of values, so append to its value instead of setting it. --- textproc/eperl/Makefile | 3 +-- textproc/p5-XML-Xerces/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'textproc') diff --git a/textproc/eperl/Makefile b/textproc/eperl/Makefile index c9a053e556e..afcf97c44b2 100644 --- a/textproc/eperl/Makefile +++ b/textproc/eperl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2003/07/17 22:54:14 grant Exp $ +# $NetBSD: Makefile,v 1.19 2004/02/10 02:22:50 jlam Exp $ DISTNAME= eperl-2.2.14 CATEGORIES= lang perl5 textproc @@ -9,7 +9,6 @@ HOMEPAGE= http://www.engelschall.com/sw/eperl/ COMMENT= Interpreter/preprocessor for Perl embedded in text documents USE_BUILDLINK2= YES -LIBPERL5_REQD= ${PERL5_REQD} PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Parse/ePerl/.packlist GNU_CONFIGURE= YES diff --git a/textproc/p5-XML-Xerces/Makefile b/textproc/p5-XML-Xerces/Makefile index 8f9022d9e12..409dd6f2fb9 100644 --- a/textproc/p5-XML-Xerces/Makefile +++ b/textproc/p5-XML-Xerces/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/01/24 15:13:20 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/02/10 02:22:50 jlam Exp $ # DISTNAME= XML-Xerces-1.7.0-3 @@ -14,7 +14,7 @@ CONFLICTS+= XML-Xerces-[0-9]* USE_BUILDLINK2= YES USE_GNU_TOOLS+= make -PERL5_REQD= 5.6.0 +PERL5_REQD+= 5.6.0 PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Xerces/.packlist MAKE_ENV+= XERCESCROOT="${BUILDLINK_PREFIX.xerces-c}" -- cgit v1.2.3