diff options
Diffstat (limited to 'textproc/p5-XML-Simple/Makefile')
-rw-r--r-- | textproc/p5-XML-Simple/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/p5-XML-Simple/Makefile b/textproc/p5-XML-Simple/Makefile index cc38d3dc862..f8342566d54 100644 --- a/textproc/p5-XML-Simple/Makefile +++ b/textproc/p5-XML-Simple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2012/10/03 21:58:12 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2012/10/25 06:56:40 asau Exp $ # DISTNAME= XML-Simple-2.20 @@ -13,8 +13,6 @@ HOMEPAGE= http://search.cpan.org/dist/XML-Simple/ COMMENT= Easy Perl API to read/write XML LICENSE= ${PERL5_LICENSE} -PKG_DESTDIR_SUPPORT= user-destdir - # well, XML::SAX >= 0.15 is required, and we distribute 0.99 after a lot of # out and back in of XML::SAX::Base I tend to require no specific version DEPENDS+= p5-XML-SAX-[0-9]*:../../textproc/p5-XML-SAX |