diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-07-02 00:47:14 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-07-02 00:47:14 +0000 |
commit | f1c5b78c485b8330d92249bb1b72e002c1b429a0 (patch) | |
tree | ce0ba039e73aa26cf274cd42e00f7ac94a9a3b5c /sysutils/runit | |
parent | 58c64d8bbb6675f107ee162754b03fc686bb65d0 (diff) | |
download | ports-f1c5b78c485b8330d92249bb1b72e002c1b429a0.tar.gz ports-f1c5b78c485b8330d92249bb1b72e002c1b429a0.zip |
Notes
Diffstat (limited to 'sysutils/runit')
-rw-r--r-- | sysutils/runit/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/runit/Makefile b/sysutils/runit/Makefile index cf9b1a2ad8cf..34bbbc842493 100644 --- a/sysutils/runit/Makefile +++ b/sysutils/runit/Makefile @@ -14,6 +14,9 @@ COMMENT= Service supervision tools compatible with DJB daemontools LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/package/COPYING +BROKEN_mips= fails to install: runit-init failed +BROKEN_mips64= fails to install: runit-init failed + USE_RC_SUBR= runsvdir WRKSRC= ${WRKDIR}/admin/${DISTNAME} |