diff options
author | jlam <jlam> | 2002-07-24 19:45:22 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-07-24 19:45:22 +0000 |
commit | 04ed2224a3ecc359d5c85084b1f05f4629638190 (patch) | |
tree | 8d3205091ef102f873815aafda1fc32447c8b6c2 /textproc | |
parent | ad86dcc72c2c3be7128b76a6d1b3884fa7b1e1b7 (diff) | |
download | pkgsrc-04ed2224a3ecc359d5c85084b1f05f4629638190.tar.gz |
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.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/openjade/Makefile | 3 | ||||
-rw-r--r-- | textproc/opensp/Makefile | 4 | ||||
-rw-r--r-- | textproc/textutils/Makefile | 5 |
3 files changed, 6 insertions, 6 deletions
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 |