summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJesper Skriver <jesper@FreeBSD.org>2002-04-01 11:02:22 +0000
committerJesper Skriver <jesper@FreeBSD.org>2002-04-01 11:02:22 +0000
commit3bbfc4b443dc340361044469c4e3a1570716d9d3 (patch)
treef3eb09026b8fe36557a9cee69d1584af9d3ec29e /net
parentUpgrade to 1.10 (diff)
Depend on net/p5-Net not net/p5-libnet which is a duplicate that will be removed
Notes
Notes: svn path=/head/; revision=57129
Diffstat (limited to 'net')
-rw-r--r--net/p5-JUNOScript/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-JUNOScript/Makefile b/net/p5-JUNOScript/Makefile
index f663f12afe6e..d30ca82ecf80 100644
--- a/net/p5-JUNOScript/Makefile
+++ b/net/p5-JUNOScript/Makefile
@@ -33,7 +33,7 @@ BUILD_DEPENDS= ${PERL_BASE}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/
${PERL_BASE}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \
${PERL_BASE}/${PERL_ARCH}/Math/GMP.pm:${PORTSDIR}/math/p5-Math-GMP \
${PERL_BASE}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer \
- ${PERL_BASE}/Net/FTP.pm:${PORTSDIR}/net/p5-libnet \
+ ${PERL_BASE}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \
${PERL_BASE}/URI.pm:${PORTSDIR}/net/p5-URI \
${PERL_BASE}/Digest/BubbleBabble.pm:${PORTSDIR}/security/p5-Digest-BubbleBabble \
${PERL_BASE}/Crypt/DSA.pm:${PORTSDIR}/security/p5-Crypt-DSA \