diff options
author | pav <pav@FreeBSD.org> | 2005-03-10 22:00:47 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-03-10 22:00:47 +0800 |
commit | 403d51d94badc035a4a100826eab5ba06d2ec35f (patch) | |
tree | de78f09265045c6c5f155e77267aa97afe0ad672 /devel | |
parent | eca8351301d1619a286cd324b5e223d53fcc711c (diff) | |
download | freebsd-ports-gnome-403d51d94badc035a4a100826eab5ba06d2ec35f.tar.gz freebsd-ports-gnome-403d51d94badc035a4a100826eab5ba06d2ec35f.tar.zst freebsd-ports-gnome-403d51d94badc035a4a100826eab5ba06d2ec35f.zip |
- Dark magic
PR: ports/78622
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
Diffstat (limited to 'devel')
-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 |