diff options
author | thierry <thierry@FreeBSD.org> | 2006-03-16 04:02:26 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-03-16 04:02:26 +0800 |
commit | 3e955f8140f8e4ea0cb805a2e95482d236d41454 (patch) | |
tree | 0e6c38e8394e3c9492fa27bdbe3d39488e76ebc9 /net/pear-Net_Dict | |
parent | b51dd7a86e7523bb6ea31934354db25723ecd6b6 (diff) | |
download | freebsd-ports-gnome-3e955f8140f8e4ea0cb805a2e95482d236d41454.tar.gz freebsd-ports-gnome-3e955f8140f8e4ea0cb805a2e95482d236d41454.tar.zst freebsd-ports-gnome-3e955f8140f8e4ea0cb805a2e95482d236d41454.zip |
Chase pear-Cache relocation.
Diffstat (limited to 'net/pear-Net_Dict')
-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 |