diff options
author | Michael Landin <mich@FreeBSD.org> | 2004-12-28 17:02:57 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2004-12-28 17:02:57 +0000 |
commit | 55195883ea1885da957c0f439de11466c2a5c3f1 (patch) | |
tree | e9a0b33460f9ccfdbd573a55f986ba2f193db20f /irc/pisg | |
parent | c5e9265367b9a9be3c27db17686423e339690a2e (diff) |
Notes
Diffstat (limited to 'irc/pisg')
-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: |