aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-05-27 17:51:11 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-05-27 17:51:11 +0000
commit75ff8591bb74ce2a6d4c984abdb53c43c2b6b169 (patch)
treeef4b2428e5d216775fe364af77294daca80ba691 /www
parent690c842abc2f0cfdf5d1af039a9218663cf864a0 (diff)
downloadports-75ff8591bb74ce2a6d4c984abdb53c43c2b6b169.tar.gz
ports-75ff8591bb74ce2a6d4c984abdb53c43c2b6b169.zip
Notes
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