Index: head/databases/pear-MDB2_Driver_pgsql/Makefile =================================================================== --- head/databases/pear-MDB2_Driver_pgsql/Makefile (revision 399594) +++ head/databases/pear-MDB2_Driver_pgsql/Makefile (revision 399595) @@ -1,17 +1,20 @@ # Created by: Rong-En Fan # $FreeBSD$ PORTNAME= MDB2_Driver_pgsql DISTVERSION= 1.5.0b4 CATEGORIES= databases www pear MAINTAINER= ports@FreeBSD.org COMMENT= PEAR pgsql MDB2 driver -BUILD_DEPENDS= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 -RUN_DEPENDS= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 +LICENSE= BSD3CLAUSE +BUILD_DEPENDS= pear-MDB2>=0:${PORTSDIR}/databases/pear-MDB2 +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes USES= pear USE_PHP= pgsql .include Index: head/databases/pear-MDB2_Driver_pgsql/pkg-descr =================================================================== --- head/databases/pear-MDB2_Driver_pgsql/pkg-descr (revision 399594) +++ head/databases/pear-MDB2_Driver_pgsql/pkg-descr (revision 399595) @@ -1,3 +1,3 @@ This is the PostgreSQL MDB2 driver. -WWW: http://pear.php.net/package/MDB2_Driver_pgsql/ +WWW: http://pear.php.net/package/MDB2_Driver_pgsql