diff options
author | kris <kris@FreeBSD.org> | 2003-07-12 18:02:34 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-07-12 18:02:34 +0800 |
commit | f18013acc8a8ecd92b80728cc7244aacc5a32f43 (patch) | |
tree | 95676f6e0478210aba70d9d9fb88980d6f776688 /net | |
parent | 2dade5bc59ab73356a7bde5797ad0149f2a22ca0 (diff) | |
download | freebsd-ports-gnome-f18013acc8a8ecd92b80728cc7244aacc5a32f43.tar.gz freebsd-ports-gnome-f18013acc8a8ecd92b80728cc7244aacc5a32f43.tar.zst freebsd-ports-gnome-f18013acc8a8ecd92b80728cc7244aacc5a32f43.zip |
The previous commit accidentally contained a partial upgrade to ctrace 0.9.
Complete the upgrade.
Diffstat (limited to 'net')
-rw-r--r-- | net/ctrace/Makefile | 3 |
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 |