diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-26 09:17:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-26 09:17:25 +0000 |
commit | 141fb56f3402d0923635725810d2bcb12d8b5d15 (patch) | |
tree | db0ac48f97efc0609691a9d2b1dbd5066533319a /textproc/pear-Spreadsheet_Excel_Writer | |
parent | b34b62504270f2292763071ad4b569292d128eab (diff) | |
download | ports-141fb56f3402d0923635725810d2bcb12d8b5d15.tar.gz ports-141fb56f3402d0923635725810d2bcb12d8b5d15.zip |
Notes
Diffstat (limited to 'textproc/pear-Spreadsheet_Excel_Writer')
-rw-r--r-- | textproc/pear-Spreadsheet_Excel_Writer/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/textproc/pear-Spreadsheet_Excel_Writer/Makefile b/textproc/pear-Spreadsheet_Excel_Writer/Makefile index 6958ca073f99..e9b19052c48e 100644 --- a/textproc/pear-Spreadsheet_Excel_Writer/Makefile +++ b/textproc/pear-Spreadsheet_Excel_Writer/Makefile @@ -10,13 +10,9 @@ COMMENT= PEAR class for writing Microsoft Excel files LICENSE= LGPL3 -BUILD_DEPENDS= ${PEARDIR}/OLE.php:${PORTSDIR}/devel/pear-OLE \ - ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/OLE.php:${PORTSDIR}/devel/pear-OLE \ - ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +BUILD_DEPENDS= ${PEARDIR}/OLE.php:${PORTSDIR}/devel/pear-OLE +RUN_DEPENDS= ${PEARDIR}/OLE.php:${PORTSDIR}/devel/pear-OLE -PEAR_AUTOINSTALL= yes +USES= pear -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |