From 04ed2224a3ecc359d5c85084b1f05f4629638190 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 24 Jul 2002 19:45:22 +0000 Subject: Change explicit build dependencies on perl into "USE_PERL5=build". This makes these packages build correctly on Darwin where perl>=5.8.0 is required. --- textproc/openjade/Makefile | 3 ++- textproc/opensp/Makefile | 4 ++-- textproc/textutils/Makefile | 5 ++--- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'textproc') diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile index 7d25f7067da..58c49f38b97 100644 --- a/textproc/openjade/Makefile +++ b/textproc/openjade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/09/27 23:18:45 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2002/07/24 19:45:28 jlam Exp $ # FreeBSD Id: ports/textproc/openjade/Makefile,v 1.30 2001/03/04 21:39:19 lioux Exp DISTNAME= openjade-1.3 @@ -9,6 +9,7 @@ MAINTAINER= kogule@mars.dti.ne.jp HOMEPAGE= http://openjade.sourceforge.net/ COMMENT= SGML/XML parser toolkit and DSSSL engine, successor to "jade" +PERL5_REQD= 5.6.0 BUILD_DEPENDS+= perl>=5.6.0:../../lang/perl5:build CONFLICTS+= opensp-[0-9]* diff --git a/textproc/opensp/Makefile b/textproc/opensp/Makefile index b5bfc6d095d..91638d058ca 100644 --- a/textproc/opensp/Makefile +++ b/textproc/opensp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/12/19 20:29:31 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2002/07/24 19:45:28 jlam Exp $ # DISTNAME= OpenSP-1.4 @@ -11,7 +11,7 @@ HOMEPAGE= http://openjade.sourceforge.net/doc-1.4/index.htm COMMENT= SGML parser, successor to "sp" DEPENDS+= unproven-pthreads-[0-9]*:../../devel/unproven-pthreads -BUILD_DEPENDS+= perl>=5.0:../../lang/perl5 +USE_PERL5= build CONFLICTS+= sp-[0-9]* diff --git a/textproc/textutils/Makefile b/textproc/textutils/Makefile index 4f7040d1b52..7f2ef51684a 100644 --- a/textproc/textutils/Makefile +++ b/textproc/textutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/02/18 15:14:43 seb Exp $ +# $NetBSD: Makefile,v 1.11 2002/07/24 19:45:28 jlam Exp $ # FreeBSD Id: ports/textproc/textutils/Makefile,v 1.7 1999/09/18 17:46:30 steve Exp DISTNAME= textutils-2.0 @@ -9,8 +9,7 @@ MAINTAINER= bouyer@netbsd.org HOMEPAGE= http://www.gnu.org/software/textutils/textutils.html COMMENT= GNU text utilities -BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 - +USE_PERL5= build USE_GMAKE= YES GNU_CONFIGURE= YES CONFIGURE_ARGS= --program-prefix=g -- cgit v1.2.3