diff options
author | clsung <clsung@FreeBSD.org> | 2006-03-30 14:16:03 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-03-30 14:16:03 +0800 |
commit | b56e51149242424ed8fd3755178f90e100136f74 (patch) | |
tree | 4fabf810f66266b187e4bd69f95ea39f76c3c8ed /textproc | |
parent | 3004ef4f0cb95680079eb0cf910a729c7e061bf6 (diff) | |
download | freebsd-ports-gnome-b56e51149242424ed8fd3755178f90e100136f74.tar.gz freebsd-ports-gnome-b56e51149242424ed8fd3755178f90e100136f74.tar.zst freebsd-ports-gnome-b56e51149242424ed8fd3755178f90e100136f74.zip |
- add dependency (p5-XML-Path)
- remove IS_INTERACTIVE
Diffstat (limited to 'textproc')
-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 \ |