diff options
author | flz <flz@FreeBSD.org> | 2005-03-09 21:39:06 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-03-09 21:39:06 +0800 |
commit | 133952f9f713899bb7428425f2ddc924446cc354 (patch) | |
tree | b2c91a5a4ddfd25d5f749dc52540d07d58e18cc9 /net | |
parent | 9ba894678ab9c8d6d77607bdfadfd32f4a8d6dd0 (diff) | |
download | freebsd-ports-gnome-133952f9f713899bb7428425f2ddc924446cc354.tar.gz freebsd-ports-gnome-133952f9f713899bb7428425f2ddc924446cc354.tar.zst freebsd-ports-gnome-133952f9f713899bb7428425f2ddc924446cc354.zip |
- Fix BUILD_DEPENDS.
PR: ports/78618
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net> (maintainer)
Approved by: pav (mentor)
Diffstat (limited to 'net')
-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 |