diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-19 11:56:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-19 11:56:31 +0000 |
commit | f1205a2a73a31b986505117d8ae93fb439214b4f (patch) | |
tree | 662acd1b1c75ab6b5f0e4867722ce23b0f7ea6e5 /textproc/pear-Spreadsheet_Excel_Writer | |
parent | 998d6e3719f4047dd5a72c0d4658950ab6291143 (diff) |
- This also need pear-PEAR.
Notes
Notes:
svn path=/head/; revision=104616
Diffstat (limited to 'textproc/pear-Spreadsheet_Excel_Writer')
-rw-r--r-- | textproc/pear-Spreadsheet_Excel_Writer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/pear-Spreadsheet_Excel_Writer/Makefile b/textproc/pear-Spreadsheet_Excel_Writer/Makefile index e74e40bc90b7..84d6b82cd243 100644 --- a/textproc/pear-Spreadsheet_Excel_Writer/Makefile +++ b/textproc/pear-Spreadsheet_Excel_Writer/Makefile @@ -12,7 +12,8 @@ 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.php:${PORTSDIR}/devel/pear-OLE \ + ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= Spreadsheet/Excel |