diff options
-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 c14c1f371ba2..c98b2ce8fc30 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: |