aboutsummaryrefslogtreecommitdiff
path: root/net/ctrace
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-07-12 10:02:34 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-07-12 10:02:34 +0000
commit633149d68906ef08feca1f4e5e3de52e425e33f2 (patch)
tree8e81bf55402e607a700b3006fc4a1aba20408041 /net/ctrace
parent33c32eafb01009a9e5fc72b4c6b1a83a13b96801 (diff)
downloadports-633149d68906ef08feca1f4e5e3de52e425e33f2.tar.gz
ports-633149d68906ef08feca1f4e5e3de52e425e33f2.zip
The previous commit accidentally contained a partial upgrade to ctrace 0.9.
Complete the upgrade.
Notes
Notes: svn path=/head/; revision=84757
Diffstat (limited to 'net/ctrace')
-rw-r--r--net/ctrace/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ctrace/Makefile b/net/ctrace/Makefile
index d6e3ebad3836..f8f4b6ffc80b 100644
--- a/net/ctrace/Makefile
+++ b/net/ctrace/Makefile
@@ -14,7 +14,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Multiprotocol traceroute tool
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/RawIP.pm:${PORTSDIR}/net/p5-Net-RawIP
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/RawIP.pm:${PORTSDIR}/net/p5-Net-RawIP
+RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/RawIP.pm:${PORTSDIR}/net/p5-Net-RawIP \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww
NO_BUILD= yes
USE_BZIP2= yes