diff options
author | wen <wen@FreeBSD.org> | 2009-11-11 18:10:15 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2009-11-11 18:10:15 +0800 |
commit | 7467c78e697d1a5135b280f8eff83381263620f0 (patch) | |
tree | 2d85c6b9dec0de1f8947e05b55b2f4edfb3a42fb /net | |
parent | 16c640ff3c90db66cebefeb2515f909961347c64 (diff) | |
download | freebsd-ports-gnome-7467c78e697d1a5135b280f8eff83381263620f0.tar.gz freebsd-ports-gnome-7467c78e697d1a5135b280f8eff83381263620f0.tar.zst freebsd-ports-gnome-7467c78e697d1a5135b280f8eff83381263620f0.zip |
- Modify the dependence
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-EPP-Proxy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/p5-Net-EPP-Proxy/Makefile b/net/p5-Net-EPP-Proxy/Makefile index 49e0635fca9d..eab62915cae9 100644 --- a/net/p5-Net-EPP-Proxy/Makefile +++ b/net/p5-Net-EPP-Proxy/Makefile @@ -15,8 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A proxy server for the EPP protocol BUILD_DEPENDS= ${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server \ - ${SITE_PERL}/Net/EPP/Frame.pm:${PORTSDIR}/net/p5-Net-EPP-Frame \ - ${SITE_PERL}/Net/EPP/Client.pm:${PORTSDIR}/net/p5-Net-EPP-Client \ + ${SITE_PERL}/Net/EPP.pm:${PORTSDIR}/net/p5-Net-EPP \ ${SITE_PERL}/IO/Multiplex.pm:${PORTSDIR}/devel/p5-IO-Multiplex \ ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \ |