diff options
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-Boulder/Makefile | 2 | ||||
-rw-r--r-- | converters/p5-Encode-compat/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/converters/p5-Boulder/Makefile b/converters/p5-Boulder/Makefile index 23947d1183f8..b2e87c794a49 100644 --- a/converters/p5-Boulder/Makefile +++ b/converters/p5-Boulder/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= An API for hierarchical tag/value structures -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= YES diff --git a/converters/p5-Encode-compat/Makefile b/converters/p5-Encode-compat/Makefile index 49d7e7bc1d8d..8e578816b3fb 100644 --- a/converters/p5-Encode-compat/Makefile +++ b/converters/p5-Encode-compat/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Compatibility interfaces for Encode.pm on Perl < 5.7.1 -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv +BUILD_DEPENDS= p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |