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 /net/pear-Net_URL | |
parent | 972472cfcca56b61ad15a6092e3f3d7dc3808d0c (diff) |
FIx dependency
PR: ports/51071
Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
Notes
Notes:
svn path=/head/; revision=88326
Diffstat (limited to 'net/pear-Net_URL')
-rw-r--r-- | net/pear-Net_URL/Makefile | 2 |
1 files changed, 1 insertions, 1 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> |