diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-17 02:01:52 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-17 02:01:52 +0000 |
commit | c5417f39c59d6bccfabc61df80320eb510dd3a63 (patch) | |
tree | 6377ccfb56547723e15e413fa1f5a2dea6bd0dd5 /textproc | |
parent | 6862f6f327adabbb436a49583c55079b15e1c8b0 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Liberal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-XML-Liberal/Makefile b/textproc/p5-XML-Liberal/Makefile index 2e9cb216e65f..9cab66044332 100644 --- a/textproc/p5-XML-Liberal/Makefile +++ b/textproc/p5-XML-Liberal/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \ ${SITE_PERL}/HTML/Entities/Numbered.pm:${PORTSDIR}/textproc/p5-HTML-Entities-Numbered \ ${SITE_PERL}/Module/Pluggable/Fast.pm:${PORTSDIR}/devel/p5-Module-Pluggable-Fast -BUILD_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |