diff options
author | jlam <jlam@pkgsrc.org> | 2002-07-24 19:45:22 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-07-24 19:45:22 +0000 |
commit | e1be891dbc856679f71ca61e065fc63be575f829 (patch) | |
tree | 8d3205091ef102f873815aafda1fc32447c8b6c2 /textproc/openjade | |
parent | 84ec437ca0fb286b090effe245add1fd54c91295 (diff) | |
download | pkgsrc-e1be891dbc856679f71ca61e065fc63be575f829.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/openjade')
-rw-r--r-- | textproc/openjade/Makefile | 3 |
1 files changed, 2 insertions, 1 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]* |