diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-16 23:49:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-16 23:49:47 +0800 |
commit | 3fa423ece1ce73896a3f52dccd1635368c26871c (patch) | |
tree | 588092fa1a0747049fec20f89c545570cc6cbf2d /textproc | |
parent | deffa8fb4044888cfdeb611700b9a2a9f1e41003 (diff) | |
download | freebsd-ports-gnome-3fa423ece1ce73896a3f52dccd1635368c26871c.tar.gz freebsd-ports-gnome-3fa423ece1ce73896a3f52dccd1635368c26871c.tar.zst freebsd-ports-gnome-3fa423ece1ce73896a3f52dccd1635368c26871c.zip |
- Set really PEAR_AUTOINSTALL
Reported by: wen@
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pear-Spreadsheet_Excel_Writer/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/pear-Spreadsheet_Excel_Writer/Makefile b/textproc/pear-Spreadsheet_Excel_Writer/Makefile index 998b97ec12a2..ec200f451f81 100644 --- a/textproc/pear-Spreadsheet_Excel_Writer/Makefile +++ b/textproc/pear-Spreadsheet_Excel_Writer/Makefile @@ -13,6 +13,8 @@ BUILD_DEPENDS= ${PEARDIR}/OLE.php:${PORTSDIR}/devel/pear-OLE \ RUN_DEPENDS= ${PEARDIR}/OLE.php:${PORTSDIR}/devel/pear-OLE \ ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +PEAR_AUTOINSTALL= yes + .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> |