aboutsummaryrefslogtreecommitdiff
path: root/textproc/pear-Spreadsheet_Excel_Writer
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2005-12-09 19:24:52 +0000
committerAlex Dupre <ale@FreeBSD.org>2005-12-09 19:24:52 +0000
commit4e3717ee4f0ddc854af6193ae45f72c6664750bc (patch)
treeb2e0cd59999f67b65cab83ec61743d1e3168c3d0 /textproc/pear-Spreadsheet_Excel_Writer
parent4e6ebc04cb2ecb570b58d17b068cbf5ef58196bd (diff)
downloadports-4e3717ee4f0ddc854af6193ae45f72c6664750bc.tar.gz
ports-4e3717ee4f0ddc854af6193ae45f72c6664750bc.zip
Notes
Diffstat (limited to 'textproc/pear-Spreadsheet_Excel_Writer')
-rw-r--r--textproc/pear-Spreadsheet_Excel_Writer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/pear-Spreadsheet_Excel_Writer/Makefile b/textproc/pear-Spreadsheet_Excel_Writer/Makefile
index 25bb0c49ae23..bfd9ab8c751e 100644
--- a/textproc/pear-Spreadsheet_Excel_Writer/Makefile
+++ b/textproc/pear-Spreadsheet_Excel_Writer/Makefile
@@ -13,7 +13,7 @@ MAINTAINER= pav@FreeBSD.org
COMMENT= PEAR class for writing Microsoft Excel files
BUILD_DEPENDS= ${PEARDIR}/OLE/OLE.php:${PORTSDIR}/devel/pear-OLE \
- ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
+ ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Spreadsheet/Excel
@@ -21,5 +21,5 @@ FILES= Writer.php Writer/BIFFwriter.php Writer/Format.php Writer/Parser.php \
Writer/Validator.php Writer/Workbook.php Writer/Worksheet.php
.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
+.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>