diff options
author | skv <skv@FreeBSD.org> | 2009-10-31 00:18:57 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2009-10-31 00:18:57 +0800 |
commit | 3f1f4358e0e0ab3838fe0dff681c915667bcdb30 (patch) | |
tree | 5fe92a3ab82e8103e8bb6a0c9355106c4e787cb6 /textproc/p5-XML-GDOME | |
parent | 32487ca6ad3f3cb8c52396da88d19f58290f2a9d (diff) | |
download | freebsd-ports-gnome-3f1f4358e0e0ab3838fe0dff681c915667bcdb30.tar.gz freebsd-ports-gnome-3f1f4358e0e0ab3838fe0dff681c915667bcdb30.tar.zst freebsd-ports-gnome-3f1f4358e0e0ab3838fe0dff681c915667bcdb30.zip |
textproc/p5-XML-LibXML-Common merged into textproc/p5-XML-LibXML.
Diffstat (limited to 'textproc/p5-XML-GDOME')
-rw-r--r-- | textproc/p5-XML-GDOME/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-GDOME/Makefile b/textproc/p5-XML-GDOME/Makefile index bb6bf0fe1d24..e50b261ac1b1 100644 --- a/textproc/p5-XML-GDOME/Makefile +++ b/textproc/p5-XML-GDOME/Makefile @@ -7,7 +7,7 @@ PORTNAME= XML-GDOME PORTVERSION= 0.86 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,7 +17,7 @@ COMMENT= Perl module that provides the DOM Level 2 Core API for XML documents LIB_DEPENDS= gdome.8:${PORTSDIR}/textproc/gdome2 RUN_DEPENDS= ${SITE_PERL}/XML/SAX/Base.pm:${PORTSDIR}/textproc/p5-XML-SAX \ - ${SITE_PERL}/${PERL_ARCH}/XML/LibXML/Common.pm:${PORTSDIR}/textproc/p5-XML-LibXML-Common + ${SITE_PERL}/${PERL_ARCH}/XML/LibXML/Common.pm:${PORTSDIR}/textproc/p5-XML-LibXML BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |