diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-02 08:08:25 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-02 08:08:25 +0000 |
commit | 6485307174bb91133889b48ea5562d4bebde0652 (patch) | |
tree | 6db9b2804facf8678c25aa4c8e3be2ff223e6d99 /net | |
parent | 97fdb824bed0c87780c6a7bd0f9d6153839ae7f2 (diff) | |
download | FreeBSD-ports-6485307174bb91133889b48ea5562d4bebde0652.zip FreeBSD-ports-6485307174bb91133889b48ea5562d4bebde0652.tar.gz |
FIx dependency
PR: ports/51071
Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
Diffstat (limited to 'net')
-rw-r--r-- | net/pear-Net_URL/Makefile | 2 | ||||
-rw-r--r-- | net/pear-Net_URL2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/pear-Net_URL/Makefile b/net/pear-Net_URL/Makefile index 24aa477..2e3db2a 100644 --- a/net/pear-Net_URL/Makefile +++ b/net/pear-Net_URL/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= PEAR MAINTAINER= ports@FreeBSD.org COMMENT= Easy parsing of Urls -BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR RUN_DEPENDS= ${BUILD_DEPENDS} .include <bsd.port.pre.mk> diff --git a/net/pear-Net_URL2/Makefile b/net/pear-Net_URL2/Makefile index 24aa477..2e3db2a 100644 --- a/net/pear-Net_URL2/Makefile +++ b/net/pear-Net_URL2/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= PEAR MAINTAINER= ports@FreeBSD.org COMMENT= Easy parsing of Urls -BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR RUN_DEPENDS= ${BUILD_DEPENDS} .include <bsd.port.pre.mk> |