diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-22 09:07:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-22 09:07:43 +0000 |
commit | 346863d598db4c248d64a64baa696e5c5161273d (patch) | |
tree | 2af05426763d17204f5c7565eec460b19003324c /textproc | |
parent | 475e5531fa498950d3d83dbee6eb9c59e7e43970 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pear-Spreadsheet_Excel_Writer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/pear-Spreadsheet_Excel_Writer/Makefile b/textproc/pear-Spreadsheet_Excel_Writer/Makefile index 84d6b82cd243..54de1f819f06 100644 --- a/textproc/pear-Spreadsheet_Excel_Writer/Makefile +++ b/textproc/pear-Spreadsheet_Excel_Writer/Makefile @@ -12,7 +12,7 @@ CATEGORIES= textproc www pear MAINTAINER= pav@FreeBSD.org COMMENT= PEAR class for writing Microsoft Excel files -BUILD_DEPENDS= ${PEARDIR}/OLE.php:${PORTSDIR}/devel/pear-OLE \ +BUILD_DEPENDS= ${PEARDIR}/OLE/OLE.php:${PORTSDIR}/devel/pear-OLE \ ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR RUN_DEPENDS= ${BUILD_DEPENDS} |