- Drop 8.x support

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-09-18 14:00:18 +00:00
parent af11777dd5
commit bc4305c49f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397237

View file

@ -13,17 +13,11 @@ COMMENT= Client and server for the RFC1312 message protocol
USES= autoreconf readline
USE_RC_SUBR= mesgd
GNU_CONFIGURE= yes
CFLAGS+= -DUSE_READLINE -DNO_GETDTABLESIZE -DNEW_HEADERS
CFLAGS+= -DUSE_READLINE -DNO_GETDTABLESIZE -DNEW_HEADERS -DUSE_UTMPX
PLIST_FILES= bin/msend \
man/man1/msend.1.gz \
man/man8/mesgd.8.gz \
sbin/mesgd
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 900007
CFLAGS+= -DUSE_UTMPX
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>