diff options
author | jlam <jlam> | 2001-10-03 10:36:02 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-10-03 10:36:02 +0000 |
commit | 55721fe659b64b2a1e6c122652221ad285edc56b (patch) | |
tree | a6121863ae5204ee8fc21374c4bbb6e5a4111809 /textproc/p5-XML-Writer | |
parent | c1666fa2e3e364f7f7b09dad9a1d09fc87547e19 (diff) | |
download | pkgsrc-55721fe659b64b2a1e6c122652221ad285edc56b.tar.gz |
We really don't need expat.
Diffstat (limited to 'textproc/p5-XML-Writer')
-rw-r--r-- | textproc/p5-XML-Writer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/p5-XML-Writer/Makefile b/textproc/p5-XML-Writer/Makefile index 18ef3768269..e1865fdbaf7 100644 --- a/textproc/p5-XML-Writer/Makefile +++ b/textproc/p5-XML-Writer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/10/03 10:32:25 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2001/10/03 10:36:02 jlam Exp $ # DISTNAME= XML-Writer-0.4 @@ -15,5 +15,4 @@ PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Writer/.packlist do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL -.include "../../textproc/expat/buildlink.mk" .include "../../mk/bsd.pkg.mk" |