Mark broken for pre-4.0 (setproctitle stuff)
This commit is contained in:
parent
d414a14a58
commit
dc7e10810f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39481
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ MASTER_SITES= http://www.magnicomp.com/download/rdist/ \
|
|||
MAINTAINER= peter@FreeBSD.org
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${OSVERSION} < 400000
|
||||
BROKEN= Not supported for pre-4.0 FreeBSD
|
||||
.endif
|
||||
|
||||
# To avoid confusion with /usr/bin/rdist, you may prefer otherwise.
|
||||
RDIST_NAME?= rdist6
|
||||
|
|
Loading…
Reference in a new issue