diff options
author | Clive Lin <clive@FreeBSD.org> | 2000-12-17 02:28:50 +0800 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2000-12-17 02:28:50 +0800 |
commit | 6460e7b33c85d3c1f4dda6f181d683774520a13c (patch) | |
tree | b1aa3a9665824f631e0d24e5c00ebad4240e3358 /net-im | |
parent | 58b02d7b13325ba9fb458b99598b1457a121cc47 (diff) | |
download | freebsd-ports-gnome-6460e7b33c85d3c1f4dda6f181d683774520a13c.tar.gz freebsd-ports-gnome-6460e7b33c85d3c1f4dda6f181d683774520a13c.tar.zst freebsd-ports-gnome-6460e7b33c85d3c1f4dda6f181d683774520a13c.zip |
Correct path to depending object.
PR: 23586
Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/p5-Net-Jabber/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/p5-Net-Jabber/Makefile b/net-im/p5-Net-Jabber/Makefile index 64d6e4062ea5..2da7bd541c24 100644 --- a/net-im/p5-Net-Jabber/Makefile +++ b/net-im/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 |