diff options
author | az <az@FreeBSD.org> | 2012-06-03 13:56:20 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-03 13:56:20 +0800 |
commit | 303152e485305692547dd3fe0058dab07ba47201 (patch) | |
tree | 626427fb2e17aec1a059d038698293ff5d9cdc3b /converters | |
parent | ff5eaf949b324f1d547eed981ccae39a32fe6459 (diff) | |
download | freebsd-ports-gnome-303152e485305692547dd3fe0058dab07ba47201.tar.gz freebsd-ports-gnome-303152e485305692547dd3fe0058dab07ba47201.tar.zst freebsd-ports-gnome-303152e485305692547dd3fe0058dab07ba47201.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (tobez@ via IM)
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 |