diff options
author | mich <mich@FreeBSD.org> | 2004-12-28 17:02:57 +0000 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2004-12-28 17:02:57 +0000 |
commit | 26ed211185dc556bef4150cb21209ace746fee53 (patch) | |
tree | 4bc25bb113f861617813ffa35eaf6c24e566ebe5 /irc | |
parent | e1f956f580302a335e78b25cc9ce8b38105e2eba (diff) | |
download | FreeBSD-ports-26ed211185dc556bef4150cb21209ace746fee53.zip FreeBSD-ports-26ed211185dc556bef4150cb21209ace746fee53.tar.gz |
o Fix dependency path
PR: ports/75579
Submitted by: Kuang-che Wu <kcwu@csie.org>
Diffstat (limited to 'irc')
-rw-r--r-- | irc/pisg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/pisg/Makefile b/irc/pisg/Makefile index c14c1f3..c98b2ce 100644 --- a/irc/pisg/Makefile +++ b/irc/pisg/Makefile @@ -23,7 +23,7 @@ OPTIONS= LOGCHARSET "Character set for logfiles" off .include <bsd.port.pre.mk> .if defined(WITH_LOGCHARSET) -RUN_DEPENDS+= ${SITE_PERL}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv .endif do-build: |