diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-07 11:36:25 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-07 11:36:25 +0000 |
commit | 24d6f3f002758dee8e5f36d8ed237d9fae226f23 (patch) | |
tree | 7ee56e2f44556b352a5297dcaba957b63ffe3783 /math/p5-Number-WithError-LaTeX | |
parent | - Update to 1.12.2 (diff) |
- Remove SITE_PERL from *_DEPENDS
Notes
Notes:
svn path=/head/; revision=298680
Diffstat (limited to 'math/p5-Number-WithError-LaTeX')
-rw-r--r-- | math/p5-Number-WithError-LaTeX/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/p5-Number-WithError-LaTeX/Makefile b/math/p5-Number-WithError-LaTeX/Makefile index 24fa09b53c85..3670b2319495 100644 --- a/math/p5-Number-WithError-LaTeX/Makefile +++ b/math/p5-Number-WithError-LaTeX/Makefile @@ -15,10 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= LaTeX output for Number::WithError -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \ - ${SITE_PERL}/prefork.pm:${PORTSDIR}/devel/p5-prefork \ - ${SITE_PERL}/Number/WithError.pm:${PORTSDIR}/math/p5-Number-WithError \ - ${SITE_PERL}/TeX/Encode.pm:${PORTSDIR}/textproc/p5-TeX-Encode +BUILD_DEPENDS= p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \ + p5-prefork>=0:${PORTSDIR}/devel/p5-prefork \ + p5-Number-WithError>=0:${PORTSDIR}/math/p5-Number-WithError \ + p5-TeX-Encode>=0:${PORTSDIR}/textproc/p5-TeX-Encode RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-LectroTest>=0:${PORTSDIR}/devel/p5-Test-LectroTest |