diff options
author | jlam <jlam@pkgsrc.org> | 2001-04-26 13:56:01 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-04-26 13:56:01 +0000 |
commit | ae0765f750482a5652df72d0a7bfa2030c992810 (patch) | |
tree | a931675bb9f88b06a805285e4079589dc06b23e6 /textproc/xerces-p/Makefile | |
parent | 1c903a2b3208fbba2f0fae242f5dbabc73fac0ee (diff) | |
download | pkgsrc-ae0765f750482a5652df72d0a7bfa2030c992810.tar.gz |
Convert spaces to tabs (whitespace fixes).
Diffstat (limited to 'textproc/xerces-p/Makefile')
-rw-r--r-- | textproc/xerces-p/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/textproc/xerces-p/Makefile b/textproc/xerces-p/Makefile index 609ad69ab28..da7a1b7b930 100644 --- a/textproc/xerces-p/Makefile +++ b/textproc/xerces-p/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/04/18 21:28:48 manu Exp $ +# $NetBSD: Makefile,v 1.4 2001/04/26 13:56:01 jlam Exp $ # DISTNAME= XML-Xerces-1.3.5 @@ -7,16 +7,16 @@ MASTER_SITES= http://xml.apache.org/dist/xerces-p/ MAINTAINER= manu@netbsd.org HOMEPAGE= -COMMENT= Validating XML parser API for Perl +COMMENT= Validating XML parser API for Perl -DEPENDS+= perl>={5.00560,5.6.0}:../../lang/perl5 -DEPENDS+= perl-base>=5.6.0nb1:../../lang/perl5-base -DEPENDS+= swig>=1.1p5:../../devel/swig -DEPENDS+= xerces-c-1.3.*:../../textproc/xerces-c -DEPENDS+= icu>=1.7:../../textproc/icu +DEPENDS+= perl>={5.00560,5.6.0}:../../lang/perl5 +DEPENDS+= perl-base>=5.6.0nb1:../../lang/perl5-base +DEPENDS+= swig>=1.1p5:../../devel/swig +DEPENDS+= xerces-c-1.3.*:../../textproc/xerces-c +DEPENDS+= icu>=1.7:../../textproc/icu -USE_PERL5= # defined -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Xerces/.packlist +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Xerces/.packlist MAKE_ENV+= XERCES_LIB=/usr/pkg/lib MAKE_ENV+= XERCES_INCLUDE=/usr/pkg/include |