diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-03-20 13:45:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-03-20 13:45:08 +0000 |
commit | b4595e289704377ae418437595504b1d41c98af5 (patch) | |
tree | 042f5bebd9b4cbefa73ca8b2db754d94dd07e430 /comms | |
parent | - Mark BROKEN on HEAD: fails to build with new utmpx (diff) |
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=251269
Diffstat (limited to 'comms')
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> |