diff options
author | az <az@FreeBSD.org> | 2012-06-07 19:36:25 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-07 19:36:25 +0800 |
commit | 3d8f980265e3d96ed39d3dd0590423edc5a249b8 (patch) | |
tree | 111a52150c28dcf405c64c454129ca1eb92a756b /math/p5-Number-WithError-LaTeX | |
parent | a80c156e5ffb9d34ae7f0efe4e9f258ac7c36165 (diff) | |
download | freebsd-ports-gnome-3d8f980265e3d96ed39d3dd0590423edc5a249b8.tar.gz freebsd-ports-gnome-3d8f980265e3d96ed39d3dd0590423edc5a249b8.tar.zst freebsd-ports-gnome-3d8f980265e3d96ed39d3dd0590423edc5a249b8.zip |
- Remove SITE_PERL from *_DEPENDS
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 |