diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-03-20 14:53:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-03-20 14:53:50 +0000 |
commit | 80b7e09305fa6af89949027155c61a50256c76bc (patch) | |
tree | b0c703eeb3b76b176174e4aebb375ceb87a215cb /security/termlog | |
parent | f29016bb0c2ecf3fcc4fb0da9e3769b81e731635 (diff) |
Notes
Diffstat (limited to 'security/termlog')
-rw-r--r-- | security/termlog/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/termlog/Makefile b/security/termlog/Makefile index 495f227d9594..9b0c64d2b8de 100644 --- a/security/termlog/Makefile +++ b/security/termlog/Makefile @@ -21,8 +21,14 @@ USE_RC_SUBR= ${PORTNAME} MAN1= termlog.1 PLIST_FILES= bin/termlog +.include <bsd.port.pre.mk> + +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/termlog ${PREFIX}/bin/termlog ${INSTALL_MAN} ${WRKSRC}/termlog.1 ${MANPREFIX}/man/man1/termlog.1 -.include <bsd.port.mk> +.include <bsd.port.post.mk> |