diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-03-30 06:16:03 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-03-30 06:16:03 +0000 |
commit | 0009814fb68dce91fdff7b1a7ceebc4d094e0eba (patch) | |
tree | 50e73ebf0269e2df8b63ea1c8c463202b0024d6b /textproc/p5-XML-Atom | |
parent | 683292db79b5d0d7e2206618fd60f82775750c48 (diff) | |
download | ports-0009814fb68dce91fdff7b1a7ceebc4d094e0eba.tar.gz ports-0009814fb68dce91fdff7b1a7ceebc4d094e0eba.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-Atom')
-rw-r--r-- | textproc/p5-XML-Atom/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/p5-XML-Atom/Makefile b/textproc/p5-XML-Atom/Makefile index 7624f2e04967..64b7d859d1ee 100644 --- a/textproc/p5-XML-Atom/Makefile +++ b/textproc/p5-XML-Atom/Makefile @@ -21,11 +21,10 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-X ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/LWP/Authen/Wsse.pm:${PORTSDIR}/www/p5-LWP-Authen-Wsse \ + ${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath \ ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime RUN_DEPENDS= ${BUILD_DEPENDS} -IS_INTERACTIVE= yes - PERL_MODBUILD= yes MAN3= XML::Atom.3 \ |