Mark as broken: it needs utmp.h

This commit is contained in:
Baptiste Daroussin 2013-07-26 06:02:30 +00:00
parent d2cd1b1ab8
commit 556fce1540
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323684

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: rmsg
# Date created: 9 October 1995
# Whom: torstenb@FreeBSD.org
#
# Created by: torstenb@FreeBSD.org
# $FreeBSD$
#
PORTNAME= rmsg
PORTVERSION= 1.64
@ -12,13 +8,18 @@ CATEGORIES= net
MASTER_SITES= ftp://ftp.funet.fi/pub/unix/tcpip/
MAINTAINER= ports@FreeBSD.org
COMMENT= A network messaging system
COMMENT= Network messaging system
WRKSRC= ${WRKDIR}/rmsg
MAN1= rmsg.1
MAN8= rmsgd.8
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/rmsg sbin/rmsgd
USE_RC_SUBR= rmsgd
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 900007
BROKEN= Does not build after the removal of utmp(5)
.endif
.include <bsd.port.post.mk>