diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 16:42:28 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 16:42:28 +0000 |
commit | fbed0f13c124b64c21bf0c2e498f5b3982374e66 (patch) | |
tree | 8600124d807772040fd9a55e57ef7c2c57829eb5 /textproc/p5-Text-Decorator/Makefile | |
parent | 80ec74d48e0f44cf8e62bceede4a391083392167 (diff) |
- Remove SITE_PERL from *_DEPENDS
Notes
Notes:
svn path=/head/; revision=298368
Diffstat (limited to 'textproc/p5-Text-Decorator/Makefile')
-rw-r--r-- | textproc/p5-Text-Decorator/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Text-Decorator/Makefile b/textproc/p5-Text-Decorator/Makefile index e87aa2bf2bf3..64236af49860 100644 --- a/textproc/p5-Text-Decorator/Makefile +++ b/textproc/p5-Text-Decorator/Makefile @@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Apply a chain of filters to text -BUILD_DEPENDS= ${SITE_PERL}/URI/Find.pm:${PORTSDIR}/textproc/p5-URI-Find \ - ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ - ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require +BUILD_DEPENDS= p5-URI-Find>=0:${PORTSDIR}/textproc/p5-URI-Find \ + p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ + p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Text::Decorator.3 \ |