diff options
author | mat <mat@FreeBSD.org> | 2016-04-22 21:53:36 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-22 21:53:36 +0800 |
commit | 83ea1334c2bc679d783ad81d3dd8d8b9c79a7548 (patch) | |
tree | 7d90726c4e71cd54624dd2b417b92880fec39388 /benchmarks | |
parent | 8ef006068ff18fef139d1258fcfb59539f96781a (diff) | |
download | freebsd-ports-gnome-83ea1334c2bc679d783ad81d3dd8d8b9c79a7548.tar.gz freebsd-ports-gnome-83ea1334c2bc679d783ad81d3dd8d8b9c79a7548.tar.zst freebsd-ports-gnome-83ea1334c2bc679d783ad81d3dd8d8b9c79a7548.zip |
Remove ${PORTSDIR}/ from *_DEPENDS lines.
Sponsored by: Absolight
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 |