diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-03-15 20:02:26 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-03-15 20:02:26 +0000 |
commit | 25a7c6da5af77d1b4286ae4c4ebc65089504c221 (patch) | |
tree | a9e1132f4f7f7e965b9bcf0ca77a569672ca2ca1 /net | |
parent | fa09c3bb04a083113d1a52952cc39b355cc997c2 (diff) | |
download | ports-25a7c6da5af77d1b4286ae4c4ebc65089504c221.tar.gz ports-25a7c6da5af77d1b4286ae4c4ebc65089504c221.zip |
Chase pear-Cache relocation.
Notes
Notes:
svn path=/head/; revision=157325
Diffstat (limited to 'net')
-rw-r--r-- | net/pear-Net_Dict/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/pear-Net_Dict/Makefile b/net/pear-Net_Dict/Makefile index 8f73b7f19531..27af8144b56a 100644 --- a/net/pear-Net_Dict/Makefile +++ b/net/pear-Net_Dict/Makefile @@ -7,14 +7,14 @@ PORTNAME= Net_Dict PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net www pear MAINTAINER= antonio@php.net COMMENT= PEAR interface to the DICT protocol BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \ - ${PEARDIR}/Cache/Cache.php:${PORTSDIR}/sysutils/pear-Cache + ${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= Net |