diff options
author | adamw <adamw@FreeBSD.org> | 2015-07-08 00:22:54 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-07-08 00:22:54 +0800 |
commit | e9a9ff6d07aeaf222a17a4f0942518e5f8e2023b (patch) | |
tree | d2523571fe3308c1981c6321840734021baa4107 /textproc | |
parent | dd1e4661e3b884d2317fb2d10499e90ee5e488a9 (diff) | |
download | freebsd-ports-graphics-e9a9ff6d07aeaf222a17a4f0942518e5f8e2023b.tar.gz freebsd-ports-graphics-e9a9ff6d07aeaf222a17a4f0942518e5f8e2023b.tar.zst freebsd-ports-graphics-e9a9ff6d07aeaf222a17a4f0942518e5f8e2023b.zip |
Remove ${LOCALBASE}/bin/ from BUILD/RUN_DEPENDS in cases where it is unnecessary,
and sort depends where appropriate.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ack/Makefile b/textproc/ack/Makefile index 971b481599f..e5d707c7869 100644 --- a/textproc/ack/Makefile +++ b/textproc/ack/Makefile @@ -15,7 +15,7 @@ LICENSE= ART20 BUILD_DEPENDS= p5-File-Next>=0.40:${PORTSDIR}/sysutils/p5-File-Next RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ +TEST_DEPENDS= bash:${PORTSDIR}/shells/bash \ p5-IO-Tty>=0:${PORTSDIR}/devel/p5-IO-Tty CONFLICTS_INSTALL= ja-ack-[0-9]* |