From 7601d66e047bf3057099c96c3c37dda8020f5072 Mon Sep 17 00:00:00 2001 From: Florent Thoumie Date: Wed, 9 Mar 2005 13:39:06 +0000 Subject: [PATCH] - Fix BUILD_DEPENDS. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR: ports/78618 Submitted by: Antônio Carlos Venâncio Júnior (maintainer) Approved by: pav (mentor) --- net/pear-Net_Dict/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/pear-Net_Dict/Makefile b/net/pear-Net_Dict/Makefile index dea67a43d845..80b778f5a681 100644 --- a/net/pear-Net_Dict/Makefile +++ b/net/pear-Net_Dict/Makefile @@ -7,12 +7,14 @@ PORTNAME= Net_Dict PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= net www pear MAINTAINER= antonio@php.net COMMENT= PEAR interface to the DICT protocol -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \ + ${PEARDIR}/Cache/Cache.php:${PORTSDIR}/sysutils/pear-Cache RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= Net