diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 2004-02-23 04:42:13 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 2004-02-23 04:42:13 +0000 |
commit | 60aab665670e50cb18bba45ee25f2ed091759741 (patch) | |
tree | 924c1af9c149083e0626ceb279b67ad6ca69e630 /net/xbone | |
parent | ab7ba5abd2606b7e7d23d2359bb0a26004d0eec0 (diff) | |
download | ports-60aab665670e50cb18bba45ee25f2ed091759741.tar.gz ports-60aab665670e50cb18bba45ee25f2ed091759741.zip |
Notes
Diffstat (limited to 'net/xbone')
-rw-r--r-- | net/xbone/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/xbone/Makefile b/net/xbone/Makefile index 6f0c8242c0a5..549c37952020 100644 --- a/net/xbone/Makefile +++ b/net/xbone/Makefile @@ -41,7 +41,7 @@ pre-fetch: @${FALSE} .elif defined(OPTION) .if ${OPTION}==RD -BUILD_DEPENDS= ${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net/p5-Net-Netmask \ +BUILD_DEPENDS= ${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net-mgmt/p5-Net-Netmask \ ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay INSTALL_TARGET= rd PLIST= ${PKGDIR}/pkg-plist.rd @@ -49,7 +49,7 @@ PLIST= ${PKGDIR}/pkg-plist.rd BUILD_DEPENDS= ${PREFIX}/sbin/httpsd:${PORTSDIR}/www/apache13-ssl\ ${SITE_PERL}/CGI/Carp.pm:${PORTSDIR}/www/p5-CGI.pm \ ${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \ - ${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net/p5-Net-Netmask\ + ${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net-mgmt/p5-Net-Netmask\ ${SITE_PERL}/File/CounterFile.pm:${PORTSDIR}/misc/p5-File-CounterFile \ ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \ ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent |