diff options
Diffstat (limited to 'textproc/p5-XML-Simple')
-rw-r--r-- | textproc/p5-XML-Simple/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-XML-Simple/Makefile b/textproc/p5-XML-Simple/Makefile index ff0aa1e491a..212ce0a7d74 100644 --- a/textproc/p5-XML-Simple/Makefile +++ b/textproc/p5-XML-Simple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/11/03 22:27:34 seb Exp $ +# $NetBSD: Makefile,v 1.18 2006/11/05 17:06:43 joerg Exp $ # DISTNAME= XML-Simple-2.16 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/XML-Simple/ COMMENT= Easy Perl API to read/write XML +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-XML-SAX-[0-9]*:../../textproc/p5-XML-SAX DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser DEPENDS+= p5-XML-NamespaceSupport-[0-9]*:../../textproc/p5-XML-NamespaceSupport |