diff options
author | clive <clive@FreeBSD.org> | 2000-12-17 02:28:50 +0800 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2000-12-17 02:28:50 +0800 |
commit | 05f7cab7149ebf7ad6fd8dac65956f1a75260ac3 (patch) | |
tree | c6786fa9129ac08f14e7d7bd8bc2a6de911a9040 /net-im | |
parent | 5c9e65614a8b0bf2ae15b1c5daf2e3846baea05c (diff) | |
download | freebsd-ports-gnome-05f7cab7149ebf7ad6fd8dac65956f1a75260ac3.tar.gz freebsd-ports-gnome-05f7cab7149ebf7ad6fd8dac65956f1a75260ac3.tar.zst freebsd-ports-gnome-05f7cab7149ebf7ad6fd8dac65956f1a75260ac3.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 |