diff --git a/net/xisp/Makefile b/net/xisp/Makefile index a726799b3ba0..11f637d2925f 100644 --- a/net/xisp/Makefile +++ b/net/xisp/Makefile @@ -22,4 +22,10 @@ USE_XPM= yes MAN1= xisp.1 -.include +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile due to deprecation of varargs.h" +.endif + +.include