aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-05-28 01:51:11 +0800
committerpav <pav@FreeBSD.org>2006-05-28 01:51:11 +0800
commit151adb185edbacb35b24a879c6945cdc8c3a35fb (patch)
tree28a63179861b6c3d126c2768492fcdd0edae4928 /www
parent37c995a13e7485765fa52ae91aab526a15bd383f (diff)
downloadfreebsd-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')
-rw-r--r--www/bricolage/Makefile2
-rw-r--r--www/rt3/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/bricolage/Makefile b/www/bricolage/Makefile
index 7a28718500d9..6db8ae6b43ff 100644
--- a/www/bricolage/Makefile
+++ b/www/bricolage/Makefile
@@ -92,7 +92,7 @@ BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Templat
.if ${PERL_LEVEL} >= 500600 && ${PERL_LEVEL} < 500800
.if exists(${SITE_PERL}/Encode/compat.pm)
-BUILD_DEPENDS+= ${SITE_PERL}/Encode/compat.pm:${PORTSDIR}/devel/p5-Encode-compat
+BUILD_DEPENDS+= ${SITE_PERL}/Encode/compat.pm:${PORTSDIR}/converters/p5-Encode-compat
.endif
.endif
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