aboutsummaryrefslogtreecommitdiff
path: root/net/msend/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-18 14:00:18 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-18 14:00:18 +0000
commitbc4305c49f86635f5d26363702b55b694e78663a (patch)
tree4161ea2d4ddd4fd44f83467086e94087d6221bfd /net/msend/Makefile
parentaf11777dd5241c4d3466263624a074fc5eaead8e (diff)
- Drop 8.x support
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=397237
Diffstat (limited to 'net/msend/Makefile')
-rw-r--r--net/msend/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/net/msend/Makefile b/net/msend/Makefile
index 4f83b93a6e78..270b4505cc92 100644
--- a/net/msend/Makefile
+++ b/net/msend/Makefile
@@ -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>