diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-10 14:00:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-10 14:00:47 +0000 |
commit | 21122980c27f09d8a1b97479d561d75383548813 (patch) | |
tree | a28fbb642f83880c5900b6560e3b804e61c47044 /devel/pear-OLE/Makefile | |
parent | 4ad1c90c8fc130f3efb5fd11ebedbdc6fb3e6baa (diff) | |
download | ports-21122980c27f09d8a1b97479d561d75383548813.tar.gz ports-21122980c27f09d8a1b97479d561d75383548813.zip |
Notes
Diffstat (limited to 'devel/pear-OLE/Makefile')
-rw-r--r-- | devel/pear-OLE/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pear-OLE/Makefile b/devel/pear-OLE/Makefile index dac7682061a2..4d5c776f33da 100644 --- a/devel/pear-OLE/Makefile +++ b/devel/pear-OLE/Makefile @@ -12,8 +12,8 @@ CATEGORIES= devel www pear MAINTAINER= pav@FreeBSD.org COMMENT= PEAR class for reading and writing OLE containers -USE_PHP= yes -WANT_PHP_PEAR= yes +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= OLE FILES= OLE.php PPS.php PPS/File.php PPS/Root.php |