diff options
author | pav <pav@FreeBSD.org> | 2004-03-19 19:56:31 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-19 19:56:31 +0800 |
commit | 82a9c5e5c2c43f1e32737db73f875850f3a647ff (patch) | |
tree | 2b67af65f328ef68d4ced22dd195a4ffd17053d0 /textproc | |
parent | c3c9199c8beddfb2e1f532b3120494a5a19c4e82 (diff) | |
download | freebsd-ports-gnome-82a9c5e5c2c43f1e32737db73f875850f3a647ff.tar.gz freebsd-ports-gnome-82a9c5e5c2c43f1e32737db73f875850f3a647ff.tar.zst freebsd-ports-gnome-82a9c5e5c2c43f1e32737db73f875850f3a647ff.zip |
- This also need pear-PEAR.
Diffstat (limited to 'textproc')
-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 |