diff options
author | Clive Lin <clive@FreeBSD.org> | 2000-12-16 18:28:50 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2000-12-16 18:28:50 +0000 |
commit | 6460e7b33c85d3c1f4dda6f181d683774520a13c (patch) | |
tree | b1aa3a9665824f631e0d24e5c00ebad4240e3358 /net | |
parent | Update directory path in MASTER_SITES. (diff) |
Correct path to depending object.
PR: 23586
Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
Notes
Notes:
svn path=/head/; revision=36031
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Jabber/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Net-Jabber/Makefile b/net/p5-Net-Jabber/Makefile index 64d6e4062ea5..2da7bd541c24 100644 --- a/net/p5-Net-Jabber/Makefile +++ b/net/p5-Net-Jabber/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= leeym@cae.ce.ntu.edu.tw -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Stream.pm:${PORTSDIR}/textproc/p5-XML-Stream \ +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/Stream.pm:${PORTSDIR}/textproc/p5-XML-Stream \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Time/Timezone.pm:${PORTSDIR}/devel/p5-Time |