diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-03-09 13:39:06 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-03-09 13:39:06 +0000 |
commit | 7601d66e047bf3057099c96c3c37dda8020f5072 (patch) | |
tree | 14daecc1ee9f93ea6a77fb40a3f134abd0750fb6 /net/pear-Net_Dict | |
parent | 01f59ba8c4a67346d8f2e195e5c1225970b28725 (diff) | |
download | ports-7601d66e047bf3057099c96c3c37dda8020f5072.tar.gz ports-7601d66e047bf3057099c96c3c37dda8020f5072.zip |
Notes
Diffstat (limited to 'net/pear-Net_Dict')
-rw-r--r-- | net/pear-Net_Dict/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |