diff options
author | miwi <miwi@FreeBSD.org> | 2010-03-20 21:45:08 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-03-20 21:45:08 +0800 |
commit | ae97189aaca4b5a1477d60063fe6483796db7443 (patch) | |
tree | fc9757b4c611f3dc93e04abfd4b0bdb099298393 /comms | |
parent | d08def4556063af2abee45f05776ef37e4edc27e (diff) | |
download | freebsd-ports-gnome-ae97189aaca4b5a1477d60063fe6483796db7443.tar.gz freebsd-ports-gnome-ae97189aaca4b5a1477d60063fe6483796db7443.tar.zst freebsd-ports-gnome-ae97189aaca4b5a1477d60063fe6483796db7443.zip |
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
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> |