diff options
author | mat <mat@FreeBSD.org> | 2004-05-26 21:44:26 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-05-26 21:44:26 +0800 |
commit | d8c50a051622772f02e09f558634c091c45b81aa (patch) | |
tree | d432ddf76c44e58e360b76ba1333065db5d1a914 /textproc | |
parent | 0a040f7c0fda2771975181746f25cccf4d93b106 (diff) | |
download | freebsd-ports-graphics-d8c50a051622772f02e09f558634c091c45b81aa.tar.gz freebsd-ports-graphics-d8c50a051622772f02e09f558634c091c45b81aa.tar.zst freebsd-ports-graphics-d8c50a051622772f02e09f558634c091c45b81aa.zip |
Add the forgotten RUN_DEPENDS
Pointy Hat To: me
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Spreadsheet-WriteExcel-FromXML/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/p5-Spreadsheet-WriteExcel-FromXML/Makefile b/textproc/p5-Spreadsheet-WriteExcel-FromXML/Makefile index 270da3e5b9d..1bc454f61e8 100644 --- a/textproc/p5-Spreadsheet-WriteExcel-FromXML/Makefile +++ b/textproc/p5-Spreadsheet-WriteExcel-FromXML/Makefile @@ -18,6 +18,7 @@ COMMENT= Create an Excel Spreadsheet from XML BUILD_DEPENDS= ${SITE_PERL}/OLE/Storage_Lite.pm:${PORTSDIR}/devel/p5-OLE-Storage_Lite \ ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ ${SITE_PERL}/Spreadsheet/WriteExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |