diff options
author | pav <pav@FreeBSD.org> | 2006-05-28 01:51:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-28 01:51:11 +0800 |
commit | 151adb185edbacb35b24a879c6945cdc8c3a35fb (patch) | |
tree | 28a63179861b6c3d126c2768492fcdd0edae4928 /www/rt3 | |
parent | 37c995a13e7485765fa52ae91aab526a15bd383f (diff) | |
download | freebsd-ports-gnome-151adb185edbacb35b24a879c6945cdc8c3a35fb.tar.gz freebsd-ports-gnome-151adb185edbacb35b24a879c6945cdc8c3a35fb.tar.zst freebsd-ports-gnome-151adb185edbacb35b24a879c6945cdc8c3a35fb.zip |
- Move to better category
devel/p5-Encode -> converters/p5-Encode
devel/p5-Encode-compat -> converters/p5-Encode-compat
PR: ports/97644
Submitted by: Rong-En Fan <rafan@infor.org> (maintainer)
Diffstat (limited to 'www/rt3')
-rw-r--r-- | www/rt3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/rt3/Makefile b/www/rt3/Makefile index 37542a2e5988..2aa4c3d01028 100644 --- a/www/rt3/Makefile +++ b/www/rt3/Makefile @@ -156,7 +156,7 @@ IGNORE= This program only support perl 5.6.1 or above .if ${PERL_LEVEL} < 500800 BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp .if ${PERL_LEVEL} == 500601 -BUILD_DEPENDS+= ${SITE_PERL}/Encode/compat.pm:${PORTSDIR}/devel/p5-Encode-compat \ +BUILD_DEPENDS+= ${SITE_PERL}/Encode/compat.pm:${PORTSDIR}/converters/p5-Encode-compat \ ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv .endif .endif |