diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:15:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:15:14 +0800 |
commit | 779676fbf163ac49fc4d7c624f969ec987d7675f (patch) | |
tree | b9151253c5c59713570f3e65487d023664864d2b /textproc | |
parent | 796e62719139e46f80837788417aec659423c440 (diff) | |
download | freebsd-ports-graphics-779676fbf163ac49fc4d7c624f969ec987d7675f.tar.gz freebsd-ports-graphics-779676fbf163ac49fc4d7c624f969ec987d7675f.tar.zst freebsd-ports-graphics-779676fbf163ac49fc4d7c624f969ec987d7675f.zip |
- Update RUN_DEPENDS: remove redundant LOCALBASE/bin
- Add NO_ARCH
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/idnits/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/idnits/Makefile b/textproc/idnits/Makefile index 62b0d08b968..c2ec2d70497 100644 --- a/textproc/idnits/Makefile +++ b/textproc/idnits/Makefile @@ -13,8 +13,9 @@ COMMENT= Looks for problems in internet draft formatting LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +NO_ARCH= yes NO_BUILD= yes USES= shebangfix tar:tgz |