diff options
author | chinsan <chinsan@FreeBSD.org> | 2007-06-25 21:47:10 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2007-06-25 21:47:10 +0800 |
commit | 3ebd37a7cd0afe3e381d03834961c72a83eb82c3 (patch) | |
tree | 4bc157f30a71c858e706ef1f18b1bf02caebf4b1 /net/pear-Net_Whois/Makefile | |
parent | 1ee2a0e1aef531867942f3f09a085f8e5783c6c0 (diff) | |
download | freebsd-ports-gnome-3ebd37a7cd0afe3e381d03834961c72a83eb82c3.tar.gz freebsd-ports-gnome-3ebd37a7cd0afe3e381d03834961c72a83eb82c3.tar.zst freebsd-ports-gnome-3ebd37a7cd0afe3e381d03834961c72a83eb82c3.zip |
- Add the missing dependancy.
Submitted by: Chris St Denis <chris _at_ smartt dot com>
Approved by: rafan (mentor)
Diffstat (limited to 'net/pear-Net_Whois/Makefile')
-rw-r--r-- | net/pear-Net_Whois/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/pear-Net_Whois/Makefile b/net/pear-Net_Whois/Makefile index f60003f6c67a..29b529e83927 100644 --- a/net/pear-Net_Whois/Makefile +++ b/net/pear-Net_Whois/Makefile @@ -7,13 +7,15 @@ PORTNAME= Net_Whois PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= net pear MAINTAINER= chinsan@FreeBSD.org COMMENT= A tool to query internet domain name services BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${BUILD_DEPENDS} \ + ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket CATEGORY= Net FILES= Whois.php |