diff options
Diffstat (limited to 'x11/XFree86-4-libraries/Makefile')
-rw-r--r-- | x11/XFree86-4-libraries/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile index ef5edd52cd57..83354a608855 100644 --- a/x11/XFree86-4-libraries/Makefile +++ b/x11/XFree86-4-libraries/Makefile @@ -18,6 +18,11 @@ DISTFILES= X335src-1.tgz X335src-2.tgz MAINTAINER= jmz@FreeBSD.org +.include <bsd.port.pre.mk> +.if ${OSVERSION} > 400010 +BROKEN= problem with /usr/include/signal.h +.endif + IS_INTERACTIVE= yes # configure script asks questions NO_PACKAGE= package available from XFree86 ALL_TARGET= World |