diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-02 08:08:25 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-02 08:08:25 +0000 |
commit | c5d38a2ca5d50952613b395caae500d574515d5d (patch) | |
tree | 21e08b9d0af4b197283dafab284984c3de1175b7 | |
parent | 972472cfcca56b61ad15a6092e3f3d7dc3808d0c (diff) | |
download | ports-c5d38a2ca5d50952613b395caae500d574515d5d.tar.gz ports-c5d38a2ca5d50952613b395caae500d574515d5d.zip |
Notes
-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 24aa4772017e..2e3db2aaaeb1 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 24aa4772017e..2e3db2aaaeb1 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> |