diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-23 14:14:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-23 14:14:19 +0000 |
commit | 427938c0ffd5ba0c6b1e45cff4490585459f12a6 (patch) | |
tree | 0e4dc81cc360a9a3db5cc22bbec6952018cef4d2 /databases/pear-MDB2_Driver_pgsql | |
parent | 71344a20489f06a4196155c87a5512705c1e5325 (diff) | |
download | ports-427938c0ffd5ba0c6b1e45cff4490585459f12a6.tar.gz ports-427938c0ffd5ba0c6b1e45cff4490585459f12a6.zip |
Notes
Diffstat (limited to 'databases/pear-MDB2_Driver_pgsql')
-rw-r--r-- | databases/pear-MDB2_Driver_pgsql/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/databases/pear-MDB2_Driver_pgsql/Makefile b/databases/pear-MDB2_Driver_pgsql/Makefile index 5e4bd7cdcb98..ccf1df2cad8b 100644 --- a/databases/pear-MDB2_Driver_pgsql/Makefile +++ b/databases/pear-MDB2_Driver_pgsql/Makefile @@ -8,14 +8,10 @@ CATEGORIES= databases www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR pgsql MDB2 driver -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 -RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 +BUILD_DEPENDS= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 +RUN_DEPENDS= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 +USES= pear USE_PHP= pgsql -PEAR_AUTOINSTALL= yes -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |