diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index 446b6bb0b720..8a099fcfcc53 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -69,6 +69,12 @@ MLINKS= pvf.1 pvfamp.1 \ pvf.1 wavtopvf.1 MAKE_JOBS_UNSAFE= yes +.include + +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + CFLAGS+= -DAUTO_PPP .if defined(WITH_FIDO) && ${WITH_FIDO:L} != no CFLAGS+= -DFIDO @@ -100,4 +106,4 @@ post-install: @(cd ${PKGDIR}; export PKG_PREFIX=${PREFIX}; ${PERL5} ${PKGINSTALL} _ POST-INSTALL) .endif -.include +.include