diff options
author | jesper <jesper@FreeBSD.org> | 2002-04-01 19:02:22 +0800 |
---|---|---|
committer | jesper <jesper@FreeBSD.org> | 2002-04-01 19:02:22 +0800 |
commit | 263c230501e938998bf4bef9eecb5110543bacf6 (patch) | |
tree | 1d1b56cd6669cdc2ae7b482469b1f5df41cbcb83 /net | |
parent | 0392ed9fb449d845466e0105110d83030d5beff5 (diff) | |
download | freebsd-ports-gnome-263c230501e938998bf4bef9eecb5110543bacf6.tar.gz freebsd-ports-gnome-263c230501e938998bf4bef9eecb5110543bacf6.tar.zst freebsd-ports-gnome-263c230501e938998bf4bef9eecb5110543bacf6.zip |
Depend on net/p5-Net not net/p5-libnet which is a duplicate that will be removed
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-JUNOScript/Makefile | 2 |
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 \ |