diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-27 17:51:11 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-27 17:51:11 +0000 |
commit | 75ff8591bb74ce2a6d4c984abdb53c43c2b6b169 (patch) | |
tree | ef4b2428e5d216775fe364af77294daca80ba691 /www | |
parent | 690c842abc2f0cfdf5d1af039a9218663cf864a0 (diff) | |
download | ports-75ff8591bb74ce2a6d4c984abdb53c43c2b6b169.tar.gz ports-75ff8591bb74ce2a6d4c984abdb53c43c2b6b169.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/bricolage/Makefile | 2 | ||||
-rw-r--r-- | www/rt3/Makefile | 2 |
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 |