diff options
author | mich <mich@FreeBSD.org> | 2004-12-29 01:02:57 +0800 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2004-12-29 01:02:57 +0800 |
commit | 26ed211185dc556bef4150cb21209ace746fee53 (patch) | |
tree | 4bc25bb113f861617813ffa35eaf6c24e566ebe5 /irc | |
parent | e1f956f580302a335e78b25cc9ce8b38105e2eba (diff) | |
download | freebsd-ports-gnome-26ed211185dc556bef4150cb21209ace746fee53.tar.gz freebsd-ports-gnome-26ed211185dc556bef4150cb21209ace746fee53.tar.zst freebsd-ports-gnome-26ed211185dc556bef4150cb21209ace746fee53.zip |
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 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: |