diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2003-07-15 12:54:11 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2003-07-15 12:54:11 +0000 |
commit | 370a8018025dc1dad630333ddee7505d90808e45 (patch) | |
tree | d628ee37ba3903722345cfd55da90b2e182a269b /textproc/sablotron | |
parent | add2a213366c37f3de53a7e32b5e6e4e24c303bf (diff) | |
download | ports-370a8018025dc1dad630333ddee7505d90808e45.tar.gz ports-370a8018025dc1dad630333ddee7505d90808e45.zip |
Fix dependency typo again.
(My mind has been travelling afar. My apologies to everyone.)
Pointed by: Neil Darlow <neil@darlow.co.uk>
Notes
Notes:
svn path=/head/; revision=84918
Diffstat (limited to 'textproc/sablotron')
-rw-r--r-- | textproc/sablotron/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index 3cf9f2f6cab9..08320f12adfd 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -63,7 +63,7 @@ CONFIGURE_ARGS+= --enable-debugger .endif .ifndef(NOPORTDOCS) -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mach/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser CONFIGURE_ARGS+= --with-html-dir=${DOCSDIR} .endif |