diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-22 13:53:36 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-22 13:53:36 +0000 |
commit | 278794481a1a1267380143ad91a7ba0d06af3b61 (patch) | |
tree | 7d90726c4e71cd54624dd2b417b92880fec39388 /benchmarks | |
parent | b97e485c84e895b14a71b9c815652a2960369c70 (diff) |
Remove ${PORTSDIR}/ from *_DEPENDS lines.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=413782
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/py-naarad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/py-naarad/Makefile b/benchmarks/py-naarad/Makefile index c96d63bba48c..61ed0fe0b4ce 100644 --- a/benchmarks/py-naarad/Makefile +++ b/benchmarks/py-naarad/Makefile @@ -16,8 +16,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse \ ${PYTHON_PKGNAMEPREFIX}pytz>=2013.8:devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}luminol>0:math/py-luminol \ - bash:${PORTSDIR}/shells/bash \ - gawk:${PORTSDIR}/lang/gawk + bash:shells/bash \ + gawk:lang/gawk USES= shebangfix python |