- Fix BUILD_DEPENDS.

PR:		ports/78618
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net> (maintainer)
Approved by:	pav (mentor)
This commit is contained in:
Florent Thoumie 2005-03-09 13:39:06 +00:00
parent 01f59ba8c4
commit 7601d66e04
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130721

View file

@ -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