diff options
Diffstat (limited to 'x11/XFree86/Makefile')
-rw-r--r-- | x11/XFree86/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/XFree86/Makefile b/x11/XFree86/Makefile index c05ba5673555..d6160c7dd542 100644 --- a/x11/XFree86/Makefile +++ b/x11/XFree86/Makefile @@ -18,7 +18,10 @@ DISTFILES= X335src-1.tgz X335src-2.tgz MAINTAINER= jmz@FreeBSD.org -BROKEN= "Defines their own version of putenv(), which we don't override properly." +.include <bsd.port.pre.mk> +.if ${OSVERSION} > 400011 +BROKEN= problem with /usr/libexec/cpp +.endif IS_INTERACTIVE= yes # configure script asks questions .if (${MACHINE} != "alpha") |